OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RPCHandler
(Results
1 - 8
of
8
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
run.py
56
MyHandler, which inherits register/unregister methods from
RPCHandler
via
62
MyHandler object. That reference is saved as attribute
rpchandler
of the
192
rpchandler
= rpc.objecttable['exec'].
rpchandler
198
line =
rpchandler
.remotecall('linecache', 'getline',
254
class MyHandler(rpc.
RPCHandler
):
273
rpc.
RPCHandler
.getresponse(self, myseq=None, wait=0.05)
294
def __init__(self,
rpchandler
):
295
self.
rpchandler
=
rpchandler
[
all
...]
rpc.py
18
|
RPCHandler
| | RPCClient |
23
RPCHandler
inherits the mix-in class SocketIO, which provides these methods.
73
handlerclass =
RPCHandler
495
class
RPCHandler
(SocketServer.BaseRequestHandler, SocketIO):
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
run.py
56
MyHandler, which inherits register/unregister methods from
RPCHandler
via
62
MyHandler object. That reference is saved as attribute
rpchandler
of the
192
rpchandler
= rpc.objecttable['exec'].
rpchandler
198
line =
rpchandler
.remotecall('linecache', 'getline',
254
class MyHandler(rpc.
RPCHandler
):
273
rpc.
RPCHandler
.getresponse(self, myseq=None, wait=0.05)
294
def __init__(self,
rpchandler
):
295
self.
rpchandler
=
rpchandler
[
all
...]
rpc.py
18
|
RPCHandler
| | RPCClient |
23
RPCHandler
inherits the mix-in class SocketIO, which provides these methods.
73
handlerclass =
RPCHandler
495
class
RPCHandler
(SocketServer.BaseRequestHandler, SocketIO):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
run.py
56
MyHandler, which inherits register/unregister methods from
RPCHandler
via
62
MyHandler object. That reference is saved as attribute
rpchandler
of the
192
rpchandler
= rpc.objecttable['exec'].
rpchandler
198
line =
rpchandler
.remotecall('linecache', 'getline',
254
class MyHandler(rpc.
RPCHandler
):
273
rpc.
RPCHandler
.getresponse(self, myseq=None, wait=0.05)
294
def __init__(self,
rpchandler
):
295
self.
rpchandler
=
rpchandler
[
all
...]
rpc.py
18
|
RPCHandler
| | RPCClient |
23
RPCHandler
inherits the mix-in class SocketIO, which provides these methods.
73
handlerclass =
RPCHandler
495
class
RPCHandler
(SocketServer.BaseRequestHandler, SocketIO):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
run.py
56
MyHandler, which inherits register/unregister methods from
RPCHandler
via
62
MyHandler object. That reference is saved as attribute
rpchandler
of the
192
rpchandler
= rpc.objecttable['exec'].
rpchandler
198
line =
rpchandler
.remotecall('linecache', 'getline',
254
class MyHandler(rpc.
RPCHandler
):
273
rpc.
RPCHandler
.getresponse(self, myseq=None, wait=0.05)
294
def __init__(self,
rpchandler
):
295
self.
rpchandler
=
rpchandler
[
all
...]
rpc.py
18
|
RPCHandler
| | RPCClient |
23
RPCHandler
inherits the mix-in class SocketIO, which provides these methods.
73
handlerclass =
RPCHandler
495
class
RPCHandler
(SocketServer.BaseRequestHandler, SocketIO):
Completed in 67 milliseconds