MCPcopy Index your code
hub / github.com/sshuttle/sshuttle / noread

Method noread

sshuttle/ssnet.py:200–203  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

198 raise # error we've never heard of?! barf completely.
199
200 def noread(self):
201 if not self.shut_read:
202 debug2('%r: done reading' % self)
203 self.shut_read = True
204
205 def nowrite(self):
206 if not self.shut_write:

Callers 4

seterrMethod · 0.95
try_connectMethod · 0.95
ureadMethod · 0.95
fillMethod · 0.95

Calls 1

debug2Function · 0.90

Tested by

no test coverage detected