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

Method get_tcsds_rootdir

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

Source from the content-addressed store, hash-verified

1342 #_lib_ssl2 = ['fjlapacksve']
1343
1344 def get_tcsds_rootdir(self):
1345 tcsdsroot = os.environ.get('TCSDS_PATH', None)
1346 if tcsdsroot is not None:
1347 return tcsdsroot
1348 return None
1349
1350 def __init__(self):
1351 tcsdsroot = self.get_tcsds_rootdir()

Callers 2

__init__Method · 0.95
calc_infoMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected