IsString

Fredrik Lundh fredrik at pythonware.com
Tue Dec 13 12:37:35 EST 2005


Steve Holden wrote:

> In Python a name (*not* a "variable", though people do talk loosely
> about "instance variables" and "class variables" just to be able to use
> terms familiar to users of other to languages)  is simply *bound* to a
> value. The only storage that is required, therefore, is enough to hold a
> pointer (to the value currently bound to the name).

in tom's world, the value of an object is the pointer to the object, not the
object itself, so I'm not sure he can make sense of your explanation.

</F>






More information about the Python-list mailing list