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

Method iter

Lib/test/test_dbm_sqlite3.py:326–327  ·  view source on GitHub ↗
(db)

Source from the content-addressed store, hash-verified

324
325 @staticmethod
326 def iter(db):
327 next(iter(db))
328
329 @staticmethod
330 def keys(db):

Callers 8

test_immutable_typesMethod · 0.45
test_childrenMethod · 0.45
_ilistMethod · 0.45
test_basicMethod · 0.45
test_iter_by_tagMethod · 0.45
test_xmlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected