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

Method keys

Lib/mailbox.py:109–111  ·  view source on GitHub ↗

Return a list of keys.

(self)

Source from the content-addressed store, hash-verified

107 raise NotImplementedError('Method must be implemented by subclass')
108
109 def keys(self):
110 """Return a list of keys."""
111 return list(self.iterkeys())
112
113 def itervalues(self):
114 """Return an iterator over all messages."""

Callers 15

clearMethod · 0.95
test_notimplementedMethod · 0.95
rowsMethod · 0.45
_updateMissedCountMethod · 0.45
updated_envFunction · 0.45
mainFunction · 0.45
parse_argsFunction · 0.45
_find_implFunction · 0.45
_strptimeFunction · 0.45
get_identifiersMethod · 0.45
find_all_submodulesMethod · 0.45
reportMethod · 0.45

Calls 2

iterkeysMethod · 0.95
listClass · 0.85

Tested by 3

test_notimplementedMethod · 0.76
_testFunction · 0.36
rollbackImportsMethod · 0.36