MCPcopy Create free account
hub / github.com/numpy/numpy / __init__

Method __init__

numpy/distutils/cpuinfo.py:297–302  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

295 info = None
296
297 def __init__(self):
298 if self.info is not None:
299 return
300 info = key_value_from_command('sysconf', sep=' ',
301 successful_status=(0, 1))
302 self.__class__.info = info
303
304 def _not_impl(self): pass
305

Callers

nothing calls this directly

Calls 1

key_value_from_commandFunction · 0.85

Tested by

no test coverage detected