()
| 81 | numexpr3.interpreter.set_num_threads(_nthreads) |
| 82 | |
| 83 | def get_ncores() -> int: |
| 84 | global _ncores |
| 85 | return _ncores |
| 86 | # There's no setter for ncores |
| 87 | |
| 88 | def str_info() -> str: |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…