Python critique
Steve Holden
steve at holdenweb.com
Sat Dec 11 15:23:51 EST 2010
On 12/11/2010 6:46 AM, Lie Ryan wrote:
> Also, class scope and instance scope, though similar, are distinct
> scopes. Python also have the hidden interpreter-level scope (the
> __builtins__).
Kindly ignore my last post. Class scopes are lexical, instance scopes
are not.
regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
PyCon 2011 Atlanta March 9-17 http://us.pycon.org/
See Python Video! http://python.mirocommunity.org/
Holden Web LLC http://www.holdenweb.com/
More information about the Python-list
mailing list