Home
last modified time | relevance | path

Searched refs:gh_99240_clear_args (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/test_capi/
H A Dtest_getargs.py1102 from _testcapi import gh_99240_clear_args namespace
1103 self.assertRaises(TypeError, gh_99240_clear_args, 'a', '\0b')
/third_party/python/Modules/
H A D_testcapimodule.c6416 static PyObject *gh_99240_clear_args(PyObject *, PyObject *);
6534 {"gh_99240_clear_args", gh_99240_clear_args, METH_VARARGS},
8322 gh_99240_clear_args(PyObject *self, PyObject *args) in gh_99240_clear_args() function

Completed in 13 milliseconds