MCPcopy Index your code
hub / github.com/numpy/numpy / get_so_suffix

Function get_so_suffix

numpy/testing/_private/extbuild.py:244–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242
243
244def get_so_suffix():
245 ret = sysconfig.get_config_var('EXT_SUFFIX')
246 assert ret
247 return ret

Callers 1

buildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…