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

Function start_mongocryptd

test/test_encryption.py:3563–3565  ·  view source on GitHub ↗
(port)

Source from the content-addressed store, hash-verified

3561
3562
3563def start_mongocryptd(port) -> None:
3564 args = ["mongocryptd", f"--port={port}", "--idleShutdownTimeoutSecs=60"]
3565 _spawn_daemon(args)
3566
3567
3568@unittest.skipIf(os.environ.get("TEST_CRYPT_SHARED"), "crypt_shared lib is installed")

Callers 1

setUpMethod · 0.70

Calls 1

_spawn_daemonFunction · 0.90

Tested by

no test coverage detected