Home
last modified time | relevance | path

Searched refs:SocketIO (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/idlelib/
Drpc.py128 class SocketIO: class
506 class RPCHandler(socketserver.BaseRequestHandler, SocketIO):
513 SocketIO.__init__(self, sock)
524 class RPCClient(SocketIO):
541 SocketIO.__init__(self, working_sock)
DNEWS2x.txt331 - rpc.py:SocketIO - Large modules were generating large pickles when downloaded
/third_party/python/Lib/
Dsocket.py321 raw = SocketIO(self, rawmode)
662 class SocketIO(io.RawIOBase): class
/third_party/python/Misc/
DHISTORY5830 - Issue #15842: The `SocketIO.{readable,writable,seekable}` methods now raise
10906 - Issue #10819: SocketIO.name property returns -1 when its closed, instead of
12054 - Issue #9854: SocketIO objects now observe the RawIOBase interface in