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

Lines Matching full:ismodule

104     return not (inspect.ismodule(object) or inspect.isclass(object) or
329 if inspect.ismodule(object): return self.docmodule(*args)
626 modules = inspect.getmembers(object, inspect.ismodule)
1090 for key, value in inspect.getmembers(object, inspect.ismodule):
1439 if inspect.ismodule(thing):
1517 elif not (inspect.ismodule(object) or