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

Method dict_item

Lib/idlelib/debugger_r.py:169–171  ·  view source on GitHub ↗
(self, did, key)

Source from the content-addressed store, hash-verified

167 return list(dicttable[did].keys())
168
169 def dict_item(self, did, key):
170 value = dicttable[did][key]
171 return reprlib.repr(value) # Can't pickle module 'builtins'.
172
173#----------end class IdbAdapter----------
174

Callers 1

test_dict_item_noattrMethod · 0.95

Calls 1

reprMethod · 0.45

Tested by 1

test_dict_item_noattrMethod · 0.76