Home
last modified time | relevance | path

Searched refs:test_with_docstring (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_testcapimodule.c1584 test_with_docstring(PyObject *self) in test_with_docstring() function
1658 {"test_with_docstring", (PyCFunction)test_with_docstring, METH_NOARGS,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_descr.py2077 p = property(_testcapi.test_with_docstring)