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

Function bson_data

test/test_encryption.py:296–297  ·  view source on GitHub ↗
(*paths)

Source from the content-addressed store, hash-verified

294
295
296def bson_data(*paths):
297 return encode(json_data(*paths), codec_options=OPTS)
298
299
300class TestClientSimple(EncryptionIntegrationTest):

Callers

nothing calls this directly

Calls 2

encodeFunction · 0.90
json_dataFunction · 0.70

Tested by

no test coverage detected