March 2003
Intermediate to advanced
656 pages
39h 30m
English
property — Python 2.2 and later
property(fget=None,fset=None,fdel=None,doc=None)
Creates and returns a property accessor. In practice, you call this built-in type only within a class body. See Section 5.2.4.1.