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

Method keys

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

Source from the content-addressed store, hash-verified

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

Callers 15

__init__Method · 0.45
test_format_optdictMethod · 0.45
test_format_mapdictMethod · 0.45
reconfigureMethod · 0.45
process_eventMethod · 0.45
test_iterator_usageMethod · 0.45
test_keysMethod · 0.45
test_empty_valueMethod · 0.45
test_context_managerMethod · 0.45
test_bytesMethod · 0.45

Calls 2

iterkeysMethod · 0.95
listClass · 0.85

Tested by

no test coverage detected