Searched refs:test_with_docstring (Results 1 – 4 of 4) sorted by relevance
| /external/python/cpython3/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 …]
|
| /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,
|
| /external/python/cpython2/Lib/test/ |
| D | test_descr.py | 2236 p = property(_testcapi.test_with_docstring)
|
| /external/python/cpython3/Lib/test/ |
| D | test_descr.py | 2331 p = property(_testcapi.test_with_docstring)
|