Recursive method
Ralph Gauges
ralph.gauges at eml.villa-bosch.de
Thu Jul 15 01:35:25 EDT 1999
More information about the Python-list mailing list
Thu Jul 15 01:35:25 EDT 1999
- Previous message (by thread): Recursive method
- Next message (by thread): [Python-Dev] Interrupting a thread
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> > Keep in mind that code in the class body is only > executed *once*, not every time an instance is > created. > That was exactly the misconception I had, I thought this code was executed each time, I create an instance. And I didn't notice that this is wrong, because I only created one instance, which seemed to do what it should (but actualy it did nothing.) Thanks Ralph
- Previous message (by thread): Recursive method
- Next message (by thread): [Python-Dev] Interrupting a thread
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list