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