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

  /prebuilts/gdb/darwin-x86/lib/python2.7/
ihooks.py 545 current_importer = None variable
548 global current_importer
549 current_importer = importer or default_importer or ModuleImporter()
550 current_importer.install()
553 global current_importer
554 current_importer.uninstall()
  /prebuilts/gdb/linux-x86/lib/python2.7/
ihooks.py 545 current_importer = None variable
548 global current_importer
549 current_importer = importer or default_importer or ModuleImporter()
550 current_importer.install()
553 global current_importer
554 current_importer.uninstall()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ihooks.py 545 current_importer = None variable
548 global current_importer
549 current_importer = importer or default_importer or ModuleImporter()
550 current_importer.install()
553 global current_importer
554 current_importer.uninstall()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ihooks.py 545 current_importer = None variable
548 global current_importer
549 current_importer = importer or default_importer or ModuleImporter()
550 current_importer.install()
553 global current_importer
554 current_importer.uninstall()

Completed in 40 milliseconds