| |
|
Back to Index
|
3.3.4 Emulating callable objects
-
| __call__( |
self[, args...]) |
- Called when the instance is ``called'' as a function; if this method is defined,
x(arg1,
arg2, ...) is a shorthand for x.__call__(arg1, arg2, ...).
|
|
|
|
|
|
© 2002-2004 Active-Venture.com
Website Hosting
Service
|
| |
|
Disclaimer: This
documentation is provided only for the benefits of our hosting customers.
For authoritative source of the documentation, please refer to http://python.org/doc/
|
|
|