Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dihooks.py545 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()