Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_types
Method · 0.45
test_disallow_instantiation
Method · 0.45
test_children
Method · 0.45
test_indent_space_caching
Method · 0.45
_ilist
Method · 0.45
test_basic
Method · 0.45
test_iter_by_tag
Method · 0.45
test_xml
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected