MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / iterkeys

Method iterkeys

tools/python-3.11.9-amd64/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 4

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

Calls

no outgoing calls

Tested by

no test coverage detected