other ways to check for <type 'function'>?

Fredrik Lundh fredrik at pythonware.com
Thu Nov 2 05:21:31 EST 2006


elderic wrote:

> are there other ways than the ones below to check for <type 'function'>
> in a python script?

callable(f)

</F>




More information about the Python-list mailing list