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

Lines Matching full:getmodule

17     getmodule() - determine the module that an object came from
454 if hasattr(getmodule(object, filename), '__loader__'):
472 def getmodule(object, _filename=None):
532 module = getmodule(object, file)