OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rpchandler
(Results
1 - 4
of
4
) sorted by null
/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
...]
RemoteDebugger.py
176
def start_debugger(
rpchandler
, gui_adap_oid):
186
gui_proxy = GUIProxy(
rpchandler
, gui_adap_oid)
189
rpchandler
.register(idb_adap_oid, idb_adap)
/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
...]
RemoteDebugger.py
176
def start_debugger(
rpchandler
, gui_adap_oid):
186
gui_proxy = GUIProxy(
rpchandler
, gui_adap_oid)
189
rpchandler
.register(idb_adap_oid, idb_adap)
Completed in 190 milliseconds