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

Method _get_f_locals

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

Source from the content-addressed store, hash-verified

225 return self._get_dict_proxy(did)
226
227 def _get_f_locals(self):
228 did = self._conn.remotecall(self._oid, "frame_locals",
229 (self._fid,), {})
230 return self._get_dict_proxy(did)
231
232 def _get_dict_proxy(self, did):
233 if did in self._dictcache:

Callers 1

__getattr__Method · 0.95

Calls 2

_get_dict_proxyMethod · 0.95
remotecallMethod · 0.80

Tested by

no test coverage detected