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

Lines Matching full:load_module

48 #   - imp.load_module() cannot be prevented from clobbering existing
224 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)