HomeSort by relevance Sort by last modified time
    Searched refs:_dictcache (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
RemoteDebugger.py 204 self._dictcache = {}
233 if did in self._dictcache:
234 return self._dictcache[did]
236 self._dictcache[did] = dp
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
RemoteDebugger.py 204 self._dictcache = {}
233 if did in self._dictcache:
234 return self._dictcache[did]
236 self._dictcache[did] = dp

Completed in 23 milliseconds