March 2003
Intermediate to advanced
656 pages
39h 30m
English
staticmethod — Python 2.2 and later
staticmethod(function)Creates and returns a static method object. In practice, you call this built-in type only within a class body. See Section 5.2.2.1.