HomeSort by relevance Sort by last modified time
    Searched refs:SocketIO (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 8 | SocketServer.BaseRequestHandler | | SocketIO |
23 RPCHandler inherits the mix-in class SocketIO, which provides these methods.
124 class SocketIO(object):
202 msg = "*** Internal Error: rpc.py:SocketIO.localcall()\n\n"\
479 #----------------- end class SocketIO --------------------
495 class RPCHandler(SocketServer.BaseRequestHandler, SocketIO):
502 SocketIO.__init__(self, sock)
512 class RPCClient(SocketIO):
529 SocketIO.__init__(self, working_sock)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 8 | SocketServer.BaseRequestHandler | | SocketIO |
23 RPCHandler inherits the mix-in class SocketIO, which provides these methods.
124 class SocketIO(object):
202 msg = "*** Internal Error: rpc.py:SocketIO.localcall()\n\n"\
479 #----------------- end class SocketIO --------------------
495 class RPCHandler(SocketServer.BaseRequestHandler, SocketIO):
502 SocketIO.__init__(self, sock)
512 class RPCClient(SocketIO):
529 SocketIO.__init__(self, working_sock)

Completed in 91 milliseconds