Searched refs:load_tail (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Doc/library/ |
D | imputil.rst | 121 m = load_tail(q, tail) 165 def load_tail(q, tail):
|
/external/python/cpython2/Lib/ |
D | ihooks.py | 408 m = self.load_tail(q, tail) 481 def load_tail(self, q, tail): member in ModuleImporter
|
D | modulefinder.py | 146 m = self.load_tail(q, tail) 215 def load_tail(self, q, tail): member in ModuleFinder
|
/external/python/cpython3/Lib/ |
D | modulefinder.py | 122 m = self.load_tail(q, tail) 191 def load_tail(self, q, tail): member in ModuleFinder
|