OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_find_spec
(Results
1 - 4
of
4
) sorted by null
/external/python/cpython3/Lib/importlib/
__init__.py
96
spec = _bootstrap.
_find_spec
(name, path)
166
spec = module.__spec__ = _bootstrap.
_find_spec
(name, pkgpath, target)
util.py
6
from ._bootstrap import
_find_spec
58
return
_find_spec
(name, path)
103
return
_find_spec
(fullname, parent_path)
_bootstrap.py
882
def
_find_spec
(name, path, target=None):
function
963
spec =
_find_spec
(name, path)
[
all
...]
/external/python/cpython3/Lib/test/test_importlib/import_/
test_meta_path.py
43
self.assertIsNone(importlib._bootstrap.
_find_spec
('nothing',
Completed in 114 milliseconds