Lines Matching defs:ismethod
9 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
122 "ismethod",
300 def ismethod(object):
313 But not if ismethod() or isclass() or isfunction() are true.
323 __func__ attribute (etc) when an object passes ismethod()."""
324 if isclass(object) or ismethod(object) or isfunction(object):
338 if isclass(object) or ismethod(object) or isfunction(object):
395 while ismethod(f):
522 or ismethod(object)
798 if ismethod(obj):
910 if ismethod(object):
1099 if ismethod(object):
1534 if ismethod(func) and func.__self__ is not None:
1593 if ismethod(func):