Home | History | Annotate | Download | only in python2.7

Lines Matching refs:isclass

10     ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
59 def isclass(object):
81 But not if ismethod() or isclass() or isfunction() are true.
96 and not isclass(object))
404 if isclass(object):
543 if isclass(object):