Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/saltstack/salt
/ Process
Method
Process
tests/unit/utils/test_process.py:268–269 ·
view source on GitHub ↗
(cls, pid)
Source
from the content-addressed store, hash-verified
266
class
TestSignalHandlingProcess(TestCase):
267
@classmethod
268
def
Process(cls, pid):
269
raise
psutil.NoSuchProcess(pid)
270
271
@classmethod
272
def
target(cls):
Callers
15
_make_proc
Method · 0.80
_open_fds_cb
Function · 0.80
salt_minion
Function · 0.80
salt_proxy
Function · 0.80
_open_fds_cb
Function · 0.80
_load_modules
Method · 0.80
_has_fd_headroom
Method · 0.80
top
Function · 0.80
proc_info
Function · 0.80
kill_pid
Function · 0.80
signal_job
Function · 0.80
_client_cmd_as
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected