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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
macosxSupport.py 99 from idlelib.MultiCall import MultiCallCreator
MultiCall.py 2 MultiCall - a class which inherits its methods from a Tkinter widget (Text, for
6 MultiCall recognizes only a subset of legal event sequences. Sequences which
16 For all events which were handled by MultiCall, a new member is added to the
19 For Key/Button events (which are handled by MultiCall and may receive
305 """Return a MultiCall class which inherits its methods from the
312 class MultiCall (widget):
398 _multicall_dict[widget] = MultiCall
399 return MultiCall
AutoCompleteWindow.py 5 from idlelib.MultiCall import MC_SHIFT
EditorWindow.py 10 from idlelib.MultiCall import MultiCallCreator
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
macosxSupport.py 99 from idlelib.MultiCall import MultiCallCreator
MultiCall.py 2 MultiCall - a class which inherits its methods from a Tkinter widget (Text, for
6 MultiCall recognizes only a subset of legal event sequences. Sequences which
16 For all events which were handled by MultiCall, a new member is added to the
19 For Key/Button events (which are handled by MultiCall and may receive
305 """Return a MultiCall class which inherits its methods from the
312 class MultiCall (widget):
398 _multicall_dict[widget] = MultiCall
399 return MultiCall
AutoCompleteWindow.py 5 from idlelib.MultiCall import MC_SHIFT
EditorWindow.py 10 from idlelib.MultiCall import MultiCallCreator
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 497 'system.methodSignature', 'system.multicall'])
547 multicall = xmlrpclib.MultiCall(p)
548 multicall.add(2,3)
549 multicall.pow(6,8)
550 multicall.div(127,42)
551 add_result, pow_result, div_result = multicall()
564 multicall = xmlrpclib.MultiCall(p)
565 multicall.this_is_not_exists(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py 50 # 2003-10-31 mvl Add multicall support
110 MultiCall Executor of boxcared xmlrpc requests
932 ## Multicall support
936 # some lesser magic to store calls made to a MultiCall object
947 """Iterates over the results of a multicall. Exceptions are
961 "unexpected type in multicall result"
963 class MultiCall:
968 Methods can be added to the MultiCall using normal
971 multicall = MultiCall(server_proxy
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 497 'system.methodSignature', 'system.multicall'])
547 multicall = xmlrpclib.MultiCall(p)
548 multicall.add(2,3)
549 multicall.pow(6,8)
550 multicall.div(127,42)
551 add_result, pow_result, div_result = multicall()
564 multicall = xmlrpclib.MultiCall(p)
565 multicall.this_is_not_exists(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py 50 # 2003-10-31 mvl Add multicall support
110 MultiCall Executor of boxcared xmlrpc requests
932 ## Multicall support
936 # some lesser magic to store calls made to a MultiCall object
947 """Iterates over the results of a multicall. Exceptions are
961 "unexpected type in multicall result"
963 class MultiCall:
968 Methods can be added to the MultiCall using normal
971 multicall = MultiCall(server_proxy
    [all...]

Completed in 317 milliseconds