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

Lines Matching full:getmodule

864             module = inspect.getmodule(obj)
915 elif inspect.getmodule(object) is not None:
916 return module is inspect.getmodule(object)