Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ decode_iter
Function
decode_iter
bson/__init__.py:1291–1292 ·
view source on GitHub ↗
(data: bytes, codec_options: None = None)
Source
from the content-addressed store, hash-verified
1289
1290
@overload
1291
def
decode_iter(data: bytes, codec_options: None = None) -> Iterator[dict[str, Any]]:
1292
...
1293
1294
1295
@overload
Callers
6
test_basic_decode
Method · 0.90
test_invalid_decodes
Method · 0.90
test_decode_iter
Method · 0.90
test_bson_decode_iter
Method · 0.90
test_bson_decode_iter_no_codec_option
Method · 0.90
test_decode_iter
Method · 0.90
Calls
1
_bson_to_dict
Function · 0.85
Tested by
6
test_basic_decode
Method · 0.72
test_invalid_decodes
Method · 0.72
test_decode_iter
Method · 0.72
test_bson_decode_iter
Method · 0.72
test_bson_decode_iter_no_codec_option
Method · 0.72
test_decode_iter
Method · 0.72