Searched refs:_pctxcache (Results 1 – 1 of 1) sorted by relevance
1132 _pctxcache = {} variable1134 global _pctxcache1136 if os.path.exists(patchpath) and patchpath in _pctxcache:1137 cachedctx = _pctxcache[patchpath]1145 _pctxcache[patchpath] = ctx