MCPcopy Create free account
hub / github.com/comaps/comaps / cpu_count

Function cpu_count

tools/python/routing/src/utils.py:80–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 return self._read_config_ini_value(config_ini=config_ini[item], path=path)
79
80def cpu_count():
81 return multiprocessing.cpu_count()
82
83
84class Omim():

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected