MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / main

Function main

tools/python-3.11.9-amd64/Tools/scripts/nm2def.py:94–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 del symbols[name]
93
94def main():
95
96 s = symbols(PYTHONLIB)
97 filter_Python(s)
98 exports = export_list(s)
99 f = sys.stdout # open('PC/python_nt.def','w')
100 f.write(DEF_TEMPLATE % (exports))
101 # f.close()
102
103if __name__ == '__main__':
104 main()

Callers 1

nm2def.pyFile · 0.70

Calls 4

symbolsFunction · 0.85
filter_PythonFunction · 0.85
export_listFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected