MCPcopy Create free account
hub / github.com/pydata/numexpr / get_ncores

Function get_ncores

numexpr3/utils.py:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 numexpr3.interpreter.set_num_threads(_nthreads)
82
83def get_ncores() -> int:
84 global _ncores
85 return _ncores
86# There's no setter for ncores
87
88def str_info() -> str:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…