Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheMariday/marimapper
/ force_spawn
Function
force_spawn
conftest.py:9–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
# See https://github.com/TheMariday/marimapper/issues/46
8
@pytest.fixture(scope=
"session"
, autouse=True)
9
def
force_spawn():
10
multiprocessing.set_start_method(
"spawn"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected