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

Lines Matching full:modname

490     for modname, module in sys.modules.items():
493 if f == _filesbymodname.get(modname, None):
496 _filesbymodname[modname] = f