"dmitrey" <[EMAIL PROTECTED]> writes:

> I can't find these via web serch
> 
> thank you in advance,
> Dmitrey


str2func: getattr(some_module, 'f')
func2str: f.__name__
ischar: isinstance(x, basestring) and len(x) == 1
isfunc: callable(x) # is most likely to be what you want

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

Reply via email to