MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / decode_file_iter

Function decode_file_iter

bson/__init__.py:1336–1339  ·  view source on GitHub ↗
(
    file_obj: Union[BinaryIO, IO[bytes]], codec_options: None = None
)

Source from the content-addressed store, hash-verified

1334
1335@overload
1336def decode_file_iter(
1337 file_obj: Union[BinaryIO, IO[bytes]], codec_options: None = None
1338) -> Iterator[dict[str, Any]]:
1339 ...
1340
1341
1342@overload

Calls 3

InvalidBSONClass · 0.90
_bson_to_dictFunction · 0.85
readMethod · 0.45