Home
last modified time | relevance | path

Searched refs:CodeProxy (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DRemoteDebugger.py219 return CodeProxy(self._conn, self._oid, cid)
239 class CodeProxy: class
/external/python/cpython3/Lib/idlelib/
Ddebugger_r.py223 return CodeProxy(self._conn, self._oid, cid)
243 class CodeProxy: class