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

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
run.py 55 In the Python subprocess, RPCServer is instantiated with handlerclass
59 When the RPCServer 'server' is instantiated, the TCPServer initialization
224 class MyRPCServer(rpc.RPCServer):
227 """Override RPCServer method for IDLE
rpc.py 19 | [attribute of RPCServer]| | |
22 The RPCServer handler class is expected to provide register/unregister methods.
69 class RPCServer(SocketServer.TCPServer):
117 #----------------- end class RPCServer --------------------
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
run.py 55 In the Python subprocess, RPCServer is instantiated with handlerclass
59 When the RPCServer 'server' is instantiated, the TCPServer initialization
224 class MyRPCServer(rpc.RPCServer):
227 """Override RPCServer method for IDLE
rpc.py 19 | [attribute of RPCServer]| | |
22 The RPCServer handler class is expected to provide register/unregister methods.
69 class RPCServer(SocketServer.TCPServer):
117 #----------------- end class RPCServer --------------------
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
run.py 55 In the Python subprocess, RPCServer is instantiated with handlerclass
59 When the RPCServer 'server' is instantiated, the TCPServer initialization
224 class MyRPCServer(rpc.RPCServer):
227 """Override RPCServer method for IDLE
rpc.py 19 | [attribute of RPCServer]| | |
22 The RPCServer handler class is expected to provide register/unregister methods.
69 class RPCServer(SocketServer.TCPServer):
117 #----------------- end class RPCServer --------------------
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
run.py 55 In the Python subprocess, RPCServer is instantiated with handlerclass
59 When the RPCServer 'server' is instantiated, the TCPServer initialization
224 class MyRPCServer(rpc.RPCServer):
227 """Override RPCServer method for IDLE
rpc.py 19 | [attribute of RPCServer]| | |
22 The RPCServer handler class is expected to provide register/unregister methods.
69 class RPCServer(SocketServer.TCPServer):
117 #----------------- end class RPCServer --------------------
  /external/python/cpython2/Lib/idlelib/
run.py 68 In the Python subprocess, RPCServer is instantiated with handlerclass
72 When the RPCServer 'server' is instantiated, the TCPServer initialization
243 class MyRPCServer(rpc.RPCServer):
246 """Override RPCServer method for IDLE
rpc.py 19 | [attribute of RPCServer]| | |
22 The RPCServer handler class is expected to provide register/unregister methods.
69 class RPCServer(SocketServer.TCPServer):
117 #----------------- end class RPCServer --------------------
  /external/python/cpython3/Lib/idlelib/
rpc.py 19 | [attribute of RPCServer]| | |
22 The RPCServer handler class is expected to provide register/unregister methods.
70 class RPCServer(socketserver.TCPServer):
118 #----------------- end class RPCServer --------------------
run.py 93 In the Python subprocess, RPCServer is instantiated with handlerclass
97 When the RPCServer 'server' is instantiated, the TCPServer initialization
283 class MyRPCServer(rpc.RPCServer):
286 """Override RPCServer method for IDLE

Completed in 327 milliseconds