Home
last modified time | relevance | path

Searched refs:load_tail (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Doc/library/
Dimputil.rst121 m = load_tail(q, tail)
165 def load_tail(q, tail):
/external/python/cpython2/Lib/
Dihooks.py408 m = self.load_tail(q, tail)
481 def load_tail(self, q, tail): member in ModuleImporter
Dmodulefinder.py146 m = self.load_tail(q, tail)
215 def load_tail(self, q, tail): member in ModuleFinder