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

Lines Matching refs:isclass

104     return not (inspect.ismodule(object) or inspect.isclass(object) or
330 if inspect.isclass(object): return self.docclass(*args)
629 for key, value in inspect.getmembers(object, inspect.isclass):
1056 for key, value in inspect.getmembers(object, inspect.isclass):
1456 if inspect.isclass(thing):
1518 inspect.isclass(object) or