Home
last modified time | relevance | path

Searched refs:check_pycfunction (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/test_gdb/
Dtest_cfunction.py37 def check_pycfunction(self, func_name, args): member in CFunctionTests
70 self.check_pycfunction('meth_noargs', '')
73 self.check_pycfunction('meth_o', '[]')
76 self.check_pycfunction('meth_varargs', '')
79 self.check_pycfunction('meth_varargs_keywords', '')
82 self.check_pycfunction('meth_fastcall', '')
85 self.check_pycfunction('meth_fastcall_keywords', '')