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

Function start_mongocryptd

test/asynchronous/test_encryption.py:3581–3583  ·  view source on GitHub ↗
(port)

Source from the content-addressed store, hash-verified

3579
3580
3581def start_mongocryptd(port) -> None:
3582 args = ["mongocryptd", f"--port={port}", "--idleShutdownTimeoutSecs=60"]
3583 _spawn_daemon(args)
3584
3585
3586@unittest.skipIf(os.environ.get("TEST_CRYPT_SHARED"), "crypt_shared lib is installed")

Callers 1

asyncSetUpMethod · 0.70

Calls 1

_spawn_daemonFunction · 0.90

Tested by

no test coverage detected