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

Method iterkeys

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

Source from the content-addressed store, hash-verified

31 return len(self.d)
32
33 def iterkeys(self):
34 for k in self.d.keys():
35 yield k.encode("latin-1")
36
37 __iter__ = iterkeys
38

Callers 3

keysMethod · 0.95
test_open_close_openMethod · 0.45

Calls 2

keysMethod · 0.45
encodeMethod · 0.45

Tested by

no test coverage detected