| /third_party/python/Lib/test/ |
| D | test_userstring.py | 20 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
|
| D | string_tests.py | 60 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
|
| D | test_unicode.py | 69 def checkequalnofix(self, result, object, methodname, *args): argument
|
| /third_party/python/Lib/idlelib/ |
| D | rpc.py | 216 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
|
| D | debugger_r.py | 302 def call(self, methodname, /, *args, **kwargs): argument
|
| /third_party/python/Lib/unittest/ |
| D | loader.py | 48 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/ |
| D | jmorecfg.h | 188 #define JMETHOD(type, methodname, arglist) type (*methodname) arglist argument
|
| /third_party/python/Lib/xmlrpc/ |
| D | client.py | 944 def dumps(params, methodname=None, methodresponse=None, encoding=None, argument 1458 def __request(self, methodname, params): argument
|
| /third_party/python/Lib/multiprocessing/ |
| D | managers.py | 85 def dispatch(c, id, methodname, args=(), kwds={}): argument 809 def _callmethod(self, methodname, args=(), kwds={}): argument
|
| /third_party/python/Modules/ |
| D | _datetimemodule.c | 3698 tzinfo_nogo(const char* methodname) in tzinfo_nogo()
|