![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: __call__
From: Simon Percivall <percivall@gmail.com>
Date: Sat May 28 2005 - 17:12:23 CEST
Look at http://docs.python.org/ref/callable-types.html
>>> class Test(object):
Is this what you wanted?
|