MCPcopy Create free account
hub / github.com/apenwarr/sshuttle / check

Method check

client.py:147–150  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

145 raise Fatal('%r expected READY, got %r' % (self.argv, line))
146
147 def check(self):
148 rv = self.p.poll()
149 if rv:
150 raise Fatal('%r returned %d' % (self.argv, rv))
151
152 def start(self):
153 self.pfile.write('ROUTES\n')

Callers 2

__init__Method · 0.95
startMethod · 0.95

Calls 2

FatalClass · 0.85
pollMethod · 0.45

Tested by

no test coverage detected