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

Function pid_exists

pydevconsole.py:176–177  ·  view source on GitHub ↗
(pid)

Source from the content-addressed store, hash-verified

174 if not hasattr(os, "kill"): # Jython may not have it.
175
176 def pid_exists(pid):
177 return True
178
179 else:
180

Callers 1

process_exec_queueFunction · 0.85

Calls 1

killMethod · 0.45

Tested by

no test coverage detected