MCPcopy Index your code
hub / github.com/python/cpython / _get_f_code

Method _get_f_code

Lib/idlelib/debugger_r.py:218–220  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

216 (self._fid, name), {})
217
218 def _get_f_code(self):
219 cid = self._conn.remotecall(self._oid, "frame_code", (self._fid,), {})
220 return CodeProxy(self._conn, self._oid, cid)
221
222 def _get_f_globals(self):
223 did = self._conn.remotecall(self._oid, "frame_globals",

Callers 1

__getattr__Method · 0.95

Calls 2

CodeProxyClass · 0.85
remotecallMethod · 0.80

Tested by

no test coverage detected