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

Lines Matching full:modname

884     def read_module(self, modname, mode="careful"):
885 __import__(modname)
886 mod = sys.modules[modname]