Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
def
cpu_count():
81
return
multiprocessing.cpu_count()
82
83
84
class
Omim():
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected