Home | History | Annotate | Download | only in import_

Lines Matching refs:__import__

29             module = self.__import__('some_module')
38 self.__import__(name)
44 ) = util.test_both(UseCache, __import__=util.__import__)
51 __import__ = util.__import__['Source']
62 # __import__ inconsistent between loaders and built-in import when it comes
68 module = self.__import__('module')
76 module = self.__import__('pkg.module')
86 module = self.__import__('pkg', fromlist=['module'])