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

Function get_so_suffix

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

Source from the content-addressed store, hash-verified

243 os.rename(str(build_dir / so_name) + ".dummy", cfile.parent / so_name)
244
245def get_so_suffix():
246 ret = sysconfig.get_config_var('EXT_SUFFIX')
247 assert ret
248 return ret

Callers 1

_c_compileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected