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

Method callback

sshuttle/ssnet.py:497–502  ·  view source on GitHub ↗
(self, sock)

Source from the content-addressed store, hash-verified

495 _add(w, self.wfile)
496
497 def callback(self, sock):
498 (r, w, _) = select.select([self.rfile], [self.wfile], [], 0)
499 if self.rfile in r:
500 self.handle()
501 if self.outbuf and self.wfile in w:
502 self.flush()
503
504
505class MuxWrapper(SockWrapper):

Callers 1

runonceFunction · 0.45

Calls 2

handleMethod · 0.95
flushMethod · 0.95

Tested by

no test coverage detected