Home
last modified time | relevance | path

Searched refs:_load_unlocked (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/importlib/
D_bootstrap.py664 def _load_unlocked(spec): function
719 return _load_unlocked(spec)
1006 module = _load_unlocked(spec)
1158 return _load_unlocked(spec)
/third_party/python/Lib/test/test_importlib/
Dtest_abc.py598 return self.init._bootstrap._load_unlocked(spec)