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

Method _calc_info_ssl2

numpy/distutils/system_info.py:1873–1878  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1871 return False
1872
1873 def _calc_info_ssl2(self):
1874 info = get_info('lapack_ssl2')
1875 if info:
1876 self.set_info(**info)
1877 return True
1878 return False
1879
1880 def _calc_info_openblas(self):
1881 info = get_info('openblas_lapack')

Callers

nothing calls this directly

Calls 2

set_infoMethod · 0.80
get_infoFunction · 0.70

Tested by

no test coverage detected