elderic wrote:

> I just wanted to know if there was a keyword for functions, too.
> 
> Then u could've done: type(f) is function
> quite similar to: type(x) is int

but why do you think you need that, when you have callable() ?  unless 
you're doing specialized stuff, there's really no reason to distinguish 
between function objects and other callables.

</F>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to