Home
last modified time | relevance | path

Searched refs:SocketIO (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/idlelib/
H A Drpc.py8 | socketserver.BaseRequestHandler | | SocketIO |
23 RPCHandler inherits the mix-in class SocketIO, which provides these methods.
128 class SocketIO: class
210 msg = "*** Internal Error: rpc.py:SocketIO.localcall()\n\n"\
487 #----------------- end class SocketIO --------------------
506 class RPCHandler(socketserver.BaseRequestHandler, SocketIO):
513 SocketIO.__init__(self, sock)
524 class RPCClient(SocketIO):
541 SocketIO.__init__(self, working_sock)
/third_party/python/Lib/
H A Dsocket.py322 raw = SocketIO(self, rawmode)
663 class SocketIO(io.RawIOBase): class
732 """True if the SocketIO is open for reading.
739 """True if the SocketIO is open for writing.
746 """True if the SocketIO is open for seeking.
770 """Close the SocketIO object. This doesn't close the underlying

Completed in 3 milliseconds