Scope of instantiated class

Fredrik Lundh fredrik at pythonware.com
Mon Jul 22 11:26:18 EDT 2002


Jim Jinkins wrote:

> If the function returns the class to a name, that name holds the class
> definition.  You can instantiate objects of the class using the 'class
> name' returned by the function.
>
> Or so says _my_ interpretation of the tutorial.

how am I supposed to interpret "return the class to a name"?

</F>





More information about the Python-list mailing list