MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / get_pool

Function get_pool

src/scancode/pool.py:90–91  ·  view source on GitHub ↗
(processes=None, initializer=None, initargs=(), maxtasksperchild=None)

Source from the content-addressed store, hash-verified

88
89
90def get_pool(processes=None, initializer=None, initargs=(), maxtasksperchild=None):
91 return pool.Pool(processes, initializer, initargs, maxtasksperchild)

Callers 1

scan_codebaseFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected