MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / list_binaries

Function list_binaries

build_tools/build_binaries_windows.py:32–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31
32def list_binaries():
33 for f in os.listdir(os.path.join(root_dir, "_pydevd_bundle")):
34 if f.endswith(".pyd"):
35 yield f
36
37
38def extract_version(python_install):

Callers 1

mainFunction · 0.70

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected