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

Method noread

ssnet.py:176–180  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

174 raise # error we've never heard of?! barf completely.
175
176 def noread(self):
177 if not self.shut_read:
178 debug2('%r: done reading\n' % self)
179 self.shut_read = True
180 #self.rsock.shutdown(SHUT_RD) # doesn't do anything anyway
181
182 def nowrite(self):
183 if not self.shut_write:

Callers 3

seterrMethod · 0.95
try_connectMethod · 0.95
fillMethod · 0.95

Calls 1

debug2Function · 0.85

Tested by

no test coverage detected