Home
last modified time | relevance | path

Searched defs:methodname (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/test/
Dtest_userstring.py20 def checkequal(self, result, object, methodname, *args, **kwargs): argument
30 def checkraises(self, exc, obj, methodname, *args, expected_msg=None): argument
39 def checkcall(self, object, methodname, *args): argument
Dstring_tests.py60 def checkequal(self, result, obj, methodname, *args, **kwargs): argument
84 def checkraises(self, exc, obj, methodname, *args, expected_msg=None): argument
94 def checkcall(self, obj, methodname, *args): argument
Dtest_unicode.py69 def checkequalnofix(self, result, object, methodname, *args): argument
/third_party/python/Lib/idlelib/
Drpc.py216 def remotecall(self, oid, methodname, args, kwargs): argument
221 def remotequeue(self, oid, methodname, args, kwargs): argument
226 def asynccall(self, oid, methodname, args, kwargs): argument
236 def asyncqueue(self, oid, methodname, args, kwargs): argument
Ddebugger_r.py302 def call(self, methodname, /, *args, **kwargs): argument
/third_party/python/Lib/unittest/
Dloader.py48 def _make_failed_test(methodname, exception, suiteClass, message): argument
52 def _make_skipped_test(methodname, exception, suiteClass): argument
/third_party/skia/third_party/externals/libjpeg-turbo/
Djmorecfg.h188 #define JMETHOD(type, methodname, arglist) type (*methodname) arglist argument
/third_party/python/Lib/xmlrpc/
Dclient.py944 def dumps(params, methodname=None, methodresponse=None, encoding=None, argument
1458 def __request(self, methodname, params): argument
/third_party/python/Lib/multiprocessing/
Dmanagers.py85 def dispatch(c, id, methodname, args=(), kwds={}): argument
809 def _callmethod(self, methodname, args=(), kwds={}): argument
/third_party/python/Modules/
D_datetimemodule.c3698 tzinfo_nogo(const char* methodname) in tzinfo_nogo()