Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_import.py63 if self.probably_a_local_import(imp.value):
70 if self.probably_a_local_import(mod_name):
85 def probably_a_local_import(self, imp_name): member in FixImport
/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_import.py63 if self.probably_a_local_import(imp.value):
70 if self.probably_a_local_import(mod_name):
85 def probably_a_local_import(self, imp_name): member in FixImport