HomeSort by relevance Sort by last modified time
    Searched refs:probably_a_local_import (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 63 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 class:FixImport
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 63 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 class:FixImport

Completed in 297 milliseconds