Searched defs:RPCHandler (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A Drpc.py18 | RPCHandler | | RPCClient |
23 RPCHandler inherits the mix-in class SocketIO, which provides these methods.
73 handlerclass = RPCHandler
495 class RPCHandler(SocketServer.BaseRequestHandler, SocketIO): class in inherits:SocketServer.BaseRequestHandler, SocketIO
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A Drpc.py18 | RPCHandler | | RPCClient |
23 RPCHandler inherits the mix-in class SocketIO, which provides these methods.
73 handlerclass = RPCHandler
495 class RPCHandler(SocketServer.BaseRequestHandler, SocketIO): class in inherits:SocketServer.BaseRequestHandler, SocketIO

Completed in 33 milliseconds