Searched refs:test_with_docstring (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 2771 test_with_docstring(PyObject *self, PyObject *Py_UNUSED(ignored)) in test_with_docstring() function 5113 {"test_with_docstring", test_with_docstring, METH_NOARGS, 5222 (PyCFunction)test_with_docstring, METH_NOARGS}, 5224 (PyCFunction)test_with_docstring, METH_NOARGS, 5227 (PyCFunction)test_with_docstring, METH_NOARGS, 5230 (PyCFunction)test_with_docstring, METH_NOARGS, 5233 (PyCFunction)test_with_docstring, METH_NOARGS, 5236 (PyCFunction)test_with_docstring, METH_NOARGS, 5239 (PyCFunction)test_with_docstring, METH_NOARGS, 5242 (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 | 2307 p = property(_testcapi.test_with_docstring)
|