Python Forum
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Use of Multiple Object
#4
The problem is the position of the second line.
In this way, *all* instances of the class will share the same array. So, the array of the second one starts with the same elements as the array of the  first one, as they are set for all instances.
Shift the line to the start of fill and try what happens.
Reply


Messages In This Thread
Use of Multiple Object - by arup - Mar-08-2017, 03:39 AM
RE: Use of Multiple Object - by Larz60+ - Mar-08-2017, 04:18 AM
RE: Use of Multiple Object - by arup - Mar-08-2017, 11:43 AM
RE: Use of Multiple Object - by buran - Mar-08-2017, 07:08 AM
RE: Use of Multiple Object - by merlem - Mar-08-2017, 10:04 AM
RE: Use of Multiple Object - by buran - Mar-08-2017, 04:25 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  connecting to the spreadsheet object inside multiple enterprise software apps ajetrumpet 0 1,688 Jan-19-2020, 03:36 PM
Last Post: ajetrumpet
  How to sharing object between multiple process from main process using Pipe Subrata 1 3,769 Sep-03-2019, 09:49 PM
Last Post: woooee
  Return Object Created from Multiple Classes emerger 3 3,230 Oct-18-2018, 02:14 AM
Last Post: emerger

Forum Jump:

User Panel Messages

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