object scope

J. Peng jpeng at block.duxieweb.com
Mon Jan 21 00:16:37 EST 2008


Dennis Lee Bieber 写道:
> 	The scope of "name" is the entire function; lacking a "global name"
> statement, AND being on the left side of an assignment, it is a function
> local name.

Thank you. Does python have so-called 'block scope' object?
or if you can,please show me the doc for python's object scope.



More information about the Python-list mailing list