| Python Language Reference Manual by Guido van Rossum and Fred L. Drake, Jr. Paperback (6"x9"), 120 pages ISBN 0954161785 RRP £12.95 ($19.95) Sales of this book support the Python Software Foundation! Get a printed copy>>> |
3.4.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 forx.__call__(arg1, arg2, ...).
| ISBN 0954161785 | Python Language Reference Manual | See the print edition |