Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ remove_if_exists
Function
remove_if_exists
build_tools/generate_code.py:227–234 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
225
226
227
def
remove_if_exists(f):
228
try
:
229
if
os.path.exists(f):
230
os.remove(f)
231
except
:
232
import
traceback
233
234
traceback.print_exc()
235
236
237
def
generate_cython_module():
Callers
3
remove_binaries
Function · 0.90
_generate_cython_module
Function · 0.85
_generate_sys_monitoring_cython_module
Function · 0.85
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected