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

Method iterkeys

Lib/mailbox.py:105–107  ·  view source on GitHub ↗

Return an iterator over keys.

(self)

Source from the content-addressed store, hash-verified

103 raise NotImplementedError('Method must be implemented by subclass')
104
105 def iterkeys(self):
106 """Return an iterator over keys."""
107 raise NotImplementedError('Method must be implemented by subclass')
108
109 def keys(self):
110 """Return a list of keys."""

Callers 5

keysMethod · 0.95
itervaluesMethod · 0.95
iteritemsMethod · 0.95
popitemMethod · 0.95
test_notimplementedMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_notimplementedMethod · 0.76