Searched refs:test_with_docstring (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Modules/ |
| D | _testcapimodule.c | 3022 test_with_docstring(PyObject *self, PyObject *Py_UNUSED(ignored)) in test_with_docstring() function 5679 {"test_with_docstring", test_with_docstring, METH_NOARGS, 5800 (PyCFunction)test_with_docstring, METH_NOARGS}, 5802 (PyCFunction)test_with_docstring, METH_NOARGS, 5805 (PyCFunction)test_with_docstring, METH_NOARGS, 5808 (PyCFunction)test_with_docstring, METH_NOARGS, 5811 (PyCFunction)test_with_docstring, METH_NOARGS, 5814 (PyCFunction)test_with_docstring, METH_NOARGS, 5817 (PyCFunction)test_with_docstring, METH_NOARGS, 5820 (PyCFunction)test_with_docstring, METH_NOARGS, [all …]
|
| /third_party/python/Lib/test/ |
| D | test_descr.py | 2331 p = property(_testcapi.test_with_docstring)
|