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

Method keys

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

Source from the content-addressed store, hash-verified

265
266 # 'temporary' until dict_keys is a pickleable built-in type
267 def keys(self):
268 return self._conn.remotecall(self._oid,
269 "dict_keys_list", (self._did,), {})
270
271 def __getitem__(self, key):
272 return self._conn.remotecall(self._oid, "dict_item",

Callers 4

load_dictMethod · 0.45
GetSubListMethod · 0.45
dict_keys_listMethod · 0.45
__iter__Method · 0.45

Calls 1

remotecallMethod · 0.80

Tested by

no test coverage detected