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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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
145 _modules[fullmodule] = dict
211 if m in _modules:
212 d = _modules[m]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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
145 _modules[fullmodule] = dict
211 if m in _modules:
212 d = _modules[m]

Completed in 132 milliseconds