MCPcopy Index your code
hub / github.com/RustPython/RustPython / keys

Method keys

Lib/test/test_shelve.py:38–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36 __iter__ = iterkeys
37
38 def keys(self):
39 return list(self.iterkeys())
40
41 def copy(self):
42 return byteskeydict(self.d)

Callers 15

__init__Method · 0.45
process_eventMethod · 0.45
test_iterator_usageMethod · 0.45
test_dict_keysMethod · 0.45
test_dict_reprMethod · 0.45
test_copyMethod · 0.45

Calls 2

iterkeysMethod · 0.95
listClass · 0.85

Tested by

no test coverage detected