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:1251–1252 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1249
return
1
1250
1251
def
__iter__(self):
1252
return
iter([
"t"
])
1253
1254
def
__eq__(self, other):
1255
if
isinstance(other, MyMapping):
Callers
nothing calls this directly
Calls
1
iter
Function · 0.85
Tested by
no test coverage detected