Re: [Python-ideas] Definition Symmetry

Jan. 31, 2013
11:27 p.m.
First of all, the class definition concept and the function definition concept should *not* be considered 'symmetric'. They are fundamentally different in several aspects - especially the body of a class definition is executed once, at the *definition* time (and *before* the actual class is made) and the body of a function definition can be executed multiple times, at the *call* time (and obviously *after* the function is made). Regards. *j -- [sent from phone]
4430
Age (days ago)
4430
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jan Kaliszewski