HomeSort by relevance Sort by last modified time
    Searched refs:module_or_name (Results 1 - 3 of 3) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pkgutil.py 441 def get_loader(module_or_name):
442 """Get a PEP 302 "loader" object for module_or_name
454 if module_or_name in sys.modules:
455 module_or_name = sys.modules[module_or_name]
456 if isinstance(module_or_name, ModuleType):
457 module = module_or_name
463 fullname = module_or_name
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pkgutil.py 441 def get_loader(module_or_name):
442 """Get a PEP 302 "loader" object for module_or_name
454 if module_or_name in sys.modules:
455 module_or_name = sys.modules[module_or_name]
456 if isinstance(module_or_name, ModuleType):
457 module = module_or_name
463 fullname = module_or_name
  /external/chromium_org/third_party/cython/src/
runtests.py     [all...]

Completed in 266 milliseconds