Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
def
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
38
def
extract_version(python_install):
Callers
1
main
Function · 0.70
Calls
1
join
Method · 0.45
Tested by
no test coverage detected