Home
last modified time | relevance | path

Searched defs:call_list (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/xmlrpc/
Dserver.py347 def system_multicall(self, call_list): argument
Dclient.py836 def __init__(self, call_list, name): argument
/third_party/glib/gio/tests/
Dactions.c671 call_list (gpointer user_data) in call_list() function
/third_party/python/Lib/unittest/
Dmock.py2601 def call_list(self): member in _Call