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

/external/python/cpython2/Lib/idlelib/
H A DRemoteDebugger.py150 #----------called by a CodeProxy----------
219 return CodeProxy(self._conn, self._oid, cid)
239 class CodeProxy: class in inherits:
/external/python/cpython3/Lib/idlelib/
H A Ddebugger_r.py147 #----------called by a CodeProxy----------
223 return CodeProxy(self._conn, self._oid, cid)
243 class CodeProxy: class in inherits:

Completed in 95 milliseconds