Python Forum
[Python Class] save method output to global file/list
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Python Class] save method output to global file/list
#3
self.output_file = None
to
self.output_file = []
99 percent of computer problems exists between chair and keyboard.
Reply


Messages In This Thread
RE: [Python Class] save method output to global file/list - by Windspar - Dec-22-2017, 12:15 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Why is the copy method name in python list copy and not `__copy__`? YouHoGeon 2 299 Apr-04-2024, 01:18 AM
Last Post: YouHoGeon
  class definition and problem with a method HerrAyas 2 283 Apr-01-2024, 03:34 PM
Last Post: HerrAyas
  super() and order of running method in class inheritance akbarza 7 815 Feb-04-2024, 09:35 AM
Last Post: Gribouillis
  Open/save file on Android frohr 0 348 Jan-24-2024, 06:28 PM
Last Post: frohr
  Why doesn't list require global keyword? johnywhy 9 862 Jan-15-2024, 11:47 PM
Last Post: sgrey
  how to save to multiple locations during save cubangt 1 572 Oct-23-2023, 10:16 PM
Last Post: deanhystad
  How to read module/class from list of strings? popular_dog 1 495 Oct-04-2023, 03:08 PM
Last Post: deanhystad
  save values permanently in python (perhaps not in a text file)? flash77 8 1,265 Jul-07-2023, 05:44 PM
Last Post: flash77
  Why Pip is not listed in the official Global Python Module index? quazirfan 2 777 Apr-21-2023, 10:55 AM
Last Post: snippsat
  Reading data from excel file –> process it >>then write to another excel output file Jennifer_Jone 0 1,132 Mar-14-2023, 07:59 PM
Last Post: Jennifer_Jone

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020