Hi all,
can anybody explain me what is callable object, how to use them?
Suggest me some explainatory text.
Hi all,
can anybody explain me what is callable object, how to use them?
Suggest me some explainatory text.
That"s very simple !
user-defined functions, built-in functions, methods of built-in objects, class objects, methods of class instances
Look at here for more explanations![]()
pys60 1.4.5 and 2.0.0, pygame, PyS60 CE on E90 and 5800 !
Find my pys60 extension modules on cyke64.googlepages.com
it's even easier, callable object is every object on which you can use () and you don't get exception from python interprester, so if you can make object() then it's callable object.