MCPcopy
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

266class TestSignalHandlingProcess(TestCase):
267 @classmethod
268 def Process(cls, pid):
269 raise psutil.NoSuchProcess(pid)
270
271 @classmethod
272 def target(cls):

Callers 15

_make_procMethod · 0.80
_open_fds_cbFunction · 0.80
salt_minionFunction · 0.80
salt_proxyFunction · 0.80
_open_fds_cbFunction · 0.80
_load_modulesMethod · 0.80
_has_fd_headroomMethod · 0.80
topFunction · 0.80
proc_infoFunction · 0.80
kill_pidFunction · 0.80
signal_jobFunction · 0.80
_client_cmd_asFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected