Recursive method
Ralph Gauges
ralph.gauges at eml.villa-bosch.de
Thu Jul 15 01:32:14 EDT 1999
More information about the Python-list mailing list
Thu Jul 15 01:32:14 EDT 1999
- Previous message (by thread): Recursive method
- Next message (by thread): Recursive method
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ahh, now I got it. So I had the misconception, that the code in my program was executed when I created the instance, but actualy the code was executed when I ran the file and I just didn't notice it, because I was just creating one instance anyway (that obviously didn't do much, since it didn't have an __init__). Thanks a lot, I think that made it clear. Thanks again to everybody for the help, Ralph
- Previous message (by thread): Recursive method
- Next message (by thread): Recursive method
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list