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

Class InvalidBSON

bson/errors.py:25–26  ·  view source on GitHub ↗

Raised when trying to create a BSON object from invalid data.

Source from the content-addressed store, hash-verified

23
24
25class InvalidBSON(BSONError):
26 """Raised when trying to create a BSON object from invalid data."""
27
28
29class InvalidStringData(BSONError):

Callers 13

_millis_to_datetimeFunction · 0.90
_raise_unknown_typeFunction · 0.90
_get_stringFunction · 0.90
_get_object_sizeFunction · 0.90
_get_arrayFunction · 0.90
_get_binaryFunction · 0.90
_get_booleanFunction · 0.90
_get_code_w_scopeFunction · 0.90
_elements_to_dictFunction · 0.90
_bson_to_dictFunction · 0.90
_decode_allFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected