Searched refs:_modules (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dpyclbr.py50 _modules = {} # cache of modules we've seen variable
112 if fullmodule in _modules:
113 return _modules[fullmodule]
120 _modules[module] = dict
143 _modules[fullmodule] = dict
209 if m in _modules:
210 d = _modules[m]

Completed in 6 milliseconds