Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Get variable from class inside another class
Post: RE: Get variable from class inside another class

Simple and efficient, thanks a lot. One technical question if I may: Would you know whether all the information variable in 'parent' are repeated into 'child' in memory, or is it literally taking trac...
hcne General Coding Help 3 2,825 Mar-30-2019, 02:59 PM
    Thread: Get variable from class inside another class
Post: Get variable from class inside another class

Hi everyone, I am building a code roughly organised as the example here: class parent: def __init__(self): self.variable_1 = 1 self.instance_child = [] class ch...
hcne General Coding Help 3 2,825 Mar-30-2019, 02:39 PM

User Panel Messages

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