Searched refs:test_with_docstring (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 3197 test_with_docstring(PyObject *self, PyObject *Py_UNUSED(ignored)) in test_with_docstring() function 6474 {"test_with_docstring", test_with_docstring, METH_NOARGS, 6602 (PyCFunction)test_with_docstring, METH_NOARGS}, 6604 (PyCFunction)test_with_docstring, METH_NOARGS, 6607 (PyCFunction)test_with_docstring, METH_NOARGS, 6610 (PyCFunction)test_with_docstring, METH_NOARGS, 6613 (PyCFunction)test_with_docstring, METH_NOARGS, 6616 (PyCFunction)test_with_docstring, METH_NOARGS, 6619 (PyCFunction)test_with_docstring, METH_NOARGS, 6622 (PyCFunction)test_with_docstring, METH_NOARGS, [all …]
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 2269 test_with_docstring(PyObject *self) in test_with_docstring() function 2694 {"test_with_docstring", (PyCFunction)test_with_docstring, METH_NOARGS,
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_descr.py | 2236 p = property(_testcapi.test_with_docstring)
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_descr.py | 2351 p = property(_testcapi.test_with_docstring)
|