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

Method dict_keys_list

Lib/idlelib/debugger_r.py:166–167  ·  view source on GitHub ↗
(self, did)

Source from the content-addressed store, hash-verified

164 # xxx finished. pickleable?
165 ### Will probably need to extend rpc.py:SocketIO._proxify at that time.
166 def dict_keys_list(self, did):
167 return list(dicttable[did].keys())
168
169 def dict_item(self, did, key):
170 value = dicttable[did][key]

Callers

nothing calls this directly

Calls 2

listClass · 0.85
keysMethod · 0.45

Tested by

no test coverage detected