Home
last modified time | relevance | path

Searched refs:HAVE_DOCSTRINGS (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
Dtest_win32.py70 if support.HAVE_DOCSTRINGS:
/external/python/cpython3/Lib/ctypes/test/
Dtest_win32.py90 if support.HAVE_DOCSTRINGS:
/external/python/cpython2/Lib/test/
Dtest_pydoc.py24 if test.test_support.HAVE_DOCSTRINGS:
/external/python/cpython2/Lib/distutils/tests/
Dtest_build_ext.py81 if test_support.HAVE_DOCSTRINGS:
/external/python/cpython3/Lib/distutils/tests/
Dtest_build_ext.py99 if support.HAVE_DOCSTRINGS:
/external/python/cpython2/Lib/test/support/
D__init__.py1631 HAVE_DOCSTRINGS = (check_impl_detail(cpython=False) or variable
1635 requires_docstrings = unittest.skipUnless(HAVE_DOCSTRINGS,
/external/python/cpython3/Lib/test/support/
D__init__.py2010 HAVE_DOCSTRINGS = (_check_docstrings.__doc__ is not None and variable
2013 requires_docstrings = unittest.skipUnless(HAVE_DOCSTRINGS,
/external/python/cpython3/Lib/test/
Dtest_pydoc.py40 if test.support.HAVE_DOCSTRINGS:
/external/python/cpython3/Doc/library/
Dtest.rst355 .. data:: HAVE_DOCSTRINGS
880 Decorator for only running the test if :data:`HAVE_DOCSTRINGS`.