MCPcopy Index your code
hub / github.com/pex-tool/pex / kill

Method kill

testing/devpi.py:110–112  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

108 return self.create_time == self._get_process_creation_time(self.pid)
109
110 def kill(self):
111 # type: () -> None
112 os.kill(self.pid, signal.SIGTERM)
113
114
115@attr.s(frozen=True)

Callers 7

grab_psFunction · 0.45
test_gevent_monkeypatchFunction · 0.45
assert_messageFunction · 0.45
cleanupFunction · 0.45
launchFunction · 0.45
shutdownFunction · 0.45
reverseMethod · 0.45

Calls

no outgoing calls

Tested by 4

grab_psFunction · 0.36
test_gevent_monkeypatchFunction · 0.36
assert_messageFunction · 0.36
cleanupFunction · 0.36