HomeSort by relevance Sort by last modified time
    Searched full:__module_cache (Results 1 - 1 of 1) sorted by null

  /external/devlib/devlib/module/
__init__.py 22 __module_cache = {} variable
94 if not __module_cache:
99 return __module_cache[mod]
113 if mod.name in __module_cache:
115 __module_cache[mod.name] = mod

Completed in 837 milliseconds