Searched refs:test_with_docstring (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 2513 test_with_docstring(PyObject *self) in test_with_docstring() function 4615 {"test_with_docstring", (PyCFunction)test_with_docstring, METH_NOARGS, 4728 (PyCFunction)test_with_docstring, METH_NOARGS}, 4730 (PyCFunction)test_with_docstring, METH_NOARGS, 4733 (PyCFunction)test_with_docstring, METH_NOARGS, 4736 (PyCFunction)test_with_docstring, METH_NOARGS, 4739 (PyCFunction)test_with_docstring, METH_NOARGS, 4742 (PyCFunction)test_with_docstring, METH_NOARGS, 4745 (PyCFunction)test_with_docstring, METH_NOARGS, 4748 (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 | 2256 p = property(_testcapi.test_with_docstring)
|