Searched refs:_RELOADING (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/importlib/ | ||
H A D | __init__.py | 129 _RELOADING = {} variable 149 if name in _RELOADING: 150 return _RELOADING[name] 151 _RELOADING[name] = module 174 del _RELOADING[name] |
Completed in 1 milliseconds