Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mongodb/mongo-python-driver
/ __iter__
Method
__iter__
test/test_bson.py:87–88 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
85
self._dict = initial
86
87
def
__iter__(self):
88
return
iter(self._dict)
89
90
def
__getitem__(self, item):
91
return
self._dict[item]
Callers
nothing calls this directly
Calls
1
iter
Function · 0.85
Tested by
no test coverage detected