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

Function dump_table

numpy/distutils/mingw32ccompiler.py:220–222  ·  view source on GitHub ↗
(dll)

Source from the content-addressed store, hash-verified

218 raise ValueError("%s not found in %s" % (dllname, lib_dirs))
219
220def dump_table(dll):
221 st = subprocess.check_output(["objdump.exe", "-p", dll])
222 return st.split(b'\n')
223
224def generate_def(dll, dfile):
225 """Given a dll file location, get all its exported symbols and dump them

Callers 1

generate_defFunction · 0.85

Calls 2

check_outputMethod · 0.45
splitMethod · 0.45

Tested by

no test coverage detected