HomeSort by relevance Sort by last modified time
    Searched full:_import_pathname (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py 537 result = self._import_pathname(_os_path_join(dir, fqname), fqname)
550 code = self._import_pathname(_os_path_join(submodule_path, modname), fqname)
553 return self._import_pathname(_os_path_join(parent.__pkgdir__, modname),
556 def _import_pathname(self, pathname, fqname): member in class:_FilesystemImporter
558 result = self._import_pathname(_os_path_join(pathname, '__init__'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py 537 result = self._import_pathname(_os_path_join(dir, fqname), fqname)
550 code = self._import_pathname(_os_path_join(submodule_path, modname), fqname)
553 return self._import_pathname(_os_path_join(parent.__pkgdir__, modname),
556 def _import_pathname(self, pathname, fqname): member in class:_FilesystemImporter
558 result = self._import_pathname(_os_path_join(pathname, '__init__'),

Completed in 97 milliseconds