/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_import.py | 438 def import_module(self): function 444 mod = self.import_module() 449 mod = self.import_module() 457 mod = self.import_module() 466 mod = self.import_module() 488 mod = self.import_module()
|
test_bsddb.py | 10 test_support.import_module('_bsddb') 12 bsddb = test_support.import_module('bsddb', deprecated=True) 14 test_support.import_module('dbhash', deprecated=True)
|
test_mhlib.py | 10 from test.test_support import run_unittest, TESTFN, import_module namespace 13 mhlib = import_module('mhlib', deprecated=True)
|
test_cmd.py | 232 trace = test_support.import_module('trace')
|
test_hotshot.py | 11 hotshot = test_support.import_module('hotshot', deprecated=True)
|
test_imaplib.py | 5 threading = support.import_module('threading')
|
test_new.py | 4 new = test_support.import_module('new', deprecated=True)
|
test_ossaudiodev.py | 6 ossaudiodev = test_support.import_module('ossaudiodev')
|
test_shelve.py | 7 test_support.import_module('anydbm', deprecated=True)
|
test_tcl.py | 10 _tkinter = test_support.import_module('_tkinter')
|
test_winreg.py | 7 threading = test_support.import_module("threading") 11 test_support.import_module('_winreg')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_bsddb.py | 10 test_support.import_module('_bsddb') 12 bsddb = test_support.import_module('bsddb', deprecated=True) 14 test_support.import_module('dbhash', deprecated=True)
|
test_mhlib.py | 10 from test.test_support import run_unittest, TESTFN, import_module namespace 13 mhlib = import_module('mhlib', deprecated=True)
|
test_cmd.py | 232 trace = test_support.import_module('trace')
|
test_hotshot.py | 11 hotshot = test_support.import_module('hotshot', deprecated=True)
|
test_imaplib.py | 5 threading = support.import_module('threading')
|
test_new.py | 4 new = test_support.import_module('new', deprecated=True)
|
test_ossaudiodev.py | 6 ossaudiodev = test_support.import_module('ossaudiodev')
|
test_shelve.py | 7 test_support.import_module('anydbm', deprecated=True)
|
test_tcl.py | 10 _tkinter = test_support.import_module('_tkinter')
|
test_winreg.py | 7 threading = test_support.import_module("threading") 11 test_support.import_module('_winreg')
|
test_docxmlrpc.py | 5 threading = test_support.import_module('threading')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ihooks.py | 45 If a module importer class supports dotted names, its import_module() 362 def import_module(self, name, globals={}, locals={}, fromlist=[]): member in class:BasicModuleImporter 388 __builtin__.__import__ = self.import_module 404 def import_module(self, name, globals=None, locals=None, fromlist=None, member in class:ModuleImporter
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ihooks.py | 45 If a module importer class supports dotted names, its import_module() 362 def import_module(self, name, globals={}, locals={}, fromlist=[]): member in class:BasicModuleImporter 388 __builtin__.__import__ = self.import_module 404 def import_module(self, name, globals=None, locals=None, fromlist=None, member in class:ModuleImporter
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfCompileUnit.h | 157 /// \brief Construct import_module DIE.
|