source for the property function

Diez B. Roggisch deets at nospam.web.de
Tue Sep 2 12:49:16 EDT 2008


Rowland Smith schrieb:
> Anyone know where the source code for the built-in property function is 
> located in a python distribution?
> 
> I would like to see how it works - mainly, how does it know which class 
> it is being called from?


Google the "descriptor protocol" for new-style classes. That explains it.

Diez



More information about the Python-list mailing list