MCPcopy
hub / github.com/Gallopsled/pwntools / kill

Method kill

pwnlib/tubes/process.py:661–666  ·  view source on GitHub ↗

kill() Kills the process.

(self)

Source from the content-addressed store, hash-verified

659 raise AttributeError("'process' object has no attribute '%s'" % attr)
660
661 def kill(self):
662 """kill()
663
664 Kills the process.
665 """
666 self.close()
667
668 def poll(self, block = False):
669 """poll(block = False) -> int

Callers 1

closeMethod · 0.45

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected