thread and function
Jason Orendorff
jason at jorendorff.com
Wed Jan 23 19:48:34 EST 2002
More information about the Python-list mailing list
Wed Jan 23 19:48:34 EST 2002
- Previous message (by thread): thread and function
- Next message (by thread): Python COM object: attribute value typing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
m. scherr wrote: > in the description of that command, im told it exits if the function > returns, does this mean i have to put a return under my function? No. The function automatically returns when it reaches the end, just as though you had typed "return None". All functions do. ## Jason Orendorff http://www.jorendorff.com/
- Previous message (by thread): thread and function
- Next message (by thread): Python COM object: attribute value typing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list