__init__ & attributes clarification
Afanasiy
abelikov72 at hotmail.com
Sun Feb 2 16:52:35 EST 2003
More information about the Python-list mailing list
Sun Feb 2 16:52:35 EST 2003
- Previous message (by thread): __init__ & attributes clarification
- Next message (by thread): __init__ & attributes clarification
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Are these two, in effect, the same?
class hive:
workers = []
...
class hive:
def __init__(self):
self.workers = []
- Previous message (by thread): __init__ & attributes clarification
- Next message (by thread): __init__ & attributes clarification
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list