MCPcopy Create free account
hub / github.com/andreariba/DeepCycle / init

Function init

DeepCycle.py:329–331  ·  view source on GitHub ↗
(l)

Source from the content-addressed store, hash-verified

327 raise
328
329 def init(l):
330 global lock
331 lock = l
332
333 l = mp.Lock()
334 pool = mp.Pool(initializer=init, initargs=(l,))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected