MCPcopy Index your code
hub / github.com/fabioz/PyDev.Debugger / remove_binaries

Function remove_binaries

build_tools/build.py:92–96  ·  view source on GitHub ↗
(suffixes)

Source from the content-addressed store, hash-verified

90
91
92def remove_binaries(suffixes):
93 for f in os.listdir(os.path.join(root_dir, "_pydevd_bundle")):
94 for suffix in suffixes:
95 if f.endswith(suffix):
96 remove_if_exists(os.path.join(root_dir, "_pydevd_bundle", f))
97
98
99def build():

Callers 4

mainFunction · 0.90
mainFunction · 0.90
buildFunction · 0.85
build.pyFile · 0.85

Calls 2

remove_if_existsFunction · 0.90
joinMethod · 0.45

Tested by

no test coverage detected