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

elderic elderic at ish.de
Thu Nov 2 05:38:55 EST 2006


Thx =)

Fredrik Lundh schrieb:

> 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