Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: how to add class instance attributes from list
Post: RE: how to add class instance attributes from list

(Jul-22-2019, 07:39 AM)Gribouillis Wrote: instance = BaseClass(**eggs(a_list))Thanks a lot for quick reply, can you elaborate how **eggs works? also does it means that my BaseClass need to be create...
999masks General Coding Help 2 2,732 Jul-22-2019, 07:59 AM
    Thread: how to add class instance attributes from list
Post: how to add class instance attributes from list

hi everyone, My questions is follows lets say i have class BaseClass: def __init__(self, atr_1=None, atr_2=None, atr_3=None): passI want to create class instance by passing attributes in ...
999masks General Coding Help 2 2,732 Jul-22-2019, 05:44 AM

User Panel Messages

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