OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RPCServer
(Results
1 - 8
of
8
) 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
--------------------
Completed in 79 milliseconds