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

Method iterkeys

Lib/mailbox.py:98–100  ·  view source on GitHub ↗

Return an iterator over keys.

(self)

Source from the content-addressed store, hash-verified

96 raise NotImplementedError('Method must be implemented by subclass')
97
98 def iterkeys(self):
99 """Return an iterator over keys."""
100 raise NotImplementedError('Method must be implemented by subclass')
101
102 def keys(self):
103 """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