Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ decode_all
Function
decode_all
bson/__init__.py:1137–1138 ·
view source on GitHub ↗
(data: _ReadableBuffer, codec_options: None = None)
Source
from the content-addressed store, hash-verified
1135
1136
@overload
1137
def
decode_all(data: _ReadableBuffer, codec_options: None = None) -> list[dict[str, Any]]:
1138
...
1139
1140
1141
@overload
Callers
15
test_basic_decode
Method · 0.90
test_decode_all_buffer_protocol
Method · 0.90
test_invalid_decodes
Method · 0.90
test_exception_wrapping
Method · 0.90
test_decode_all_kwarg
Method · 0.90
test_decode_all
Method · 0.90
test_bson_decode_no_codec_option
Method · 0.90
test_bson_decode_all
Method · 0.90
test_bson_decode_all_no_codec_option
Method · 0.90
test_find_raw
Method · 0.90
test_find_raw_transaction
Method · 0.90
test_find_raw_retryable_reads
Method · 0.90
Calls
1
_decode_all
Function · 0.85
Tested by
15
test_basic_decode
Method · 0.72
test_decode_all_buffer_protocol
Method · 0.72
test_invalid_decodes
Method · 0.72
test_exception_wrapping
Method · 0.72
test_decode_all_kwarg
Method · 0.72
test_decode_all
Method · 0.72
test_bson_decode_no_codec_option
Method · 0.72
test_bson_decode_all
Method · 0.72
test_bson_decode_all_no_codec_option
Method · 0.72
test_find_raw
Method · 0.72
test_find_raw_transaction
Method · 0.72
test_find_raw_retryable_reads
Method · 0.72