Binding in Python

Alex Martelli aleaxit at yahoo.com
Sun Oct 17 16:03:46 EDT 2004


Riccardo Rossi <riccardo.rorssi76 at email.it> wrote:
   ...
> I need to know how name binding and attribute binding work.

Almost as late as possible (save for a little crucial performance hack
for the local namespace of functions).  A name (including an attribute)
is bound or rebound when assigned to, and looked up each time it's used.

You'll have to be a bit more specific if you want more specific details.

Se ti e` piu` confortevole l'italiano, prova it.comp.lang.python ...


Alex



More information about the Python-list mailing list