Home
last modified time | relevance | path

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

/external/python/apitools/
Dez_setup.py83 was_imported = 'pkg_resources' in sys.modules or 'setuptools' in sys.modules
95 if was_imported:
/external/antlr/runtime/Python3/
Dez_setup.py135 was_imported = 'pkg_resources' in sys.modules or \
151 if was_imported:
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp2859 bool was_imported = (was_imported_globally || was_imported_locally); in LoadScriptingModule() local
2864 if (was_imported) { in LoadScriptingModule()