Lines Matching full:load_module
48 # - imp.load_module() cannot be prevented from clobbering existing224 try: module = imp.load_module('__temp__', file, filename, info[1:])262 module = imp.load_module(name, file, path, (ext, 'r', kind))1976 module = loader.load_module(modname)