Searched refs:HAVE_DOCSTRINGS (Results 1 – 8 of 8) sorted by relevance
70 if support.HAVE_DOCSTRINGS:
61 if support.HAVE_DOCSTRINGS:
24 if test.test_support.HAVE_DOCSTRINGS:
81 if test_support.HAVE_DOCSTRINGS:
1631 HAVE_DOCSTRINGS = (check_impl_detail(cpython=False) or variable1635 requires_docstrings = unittest.skipUnless(HAVE_DOCSTRINGS,
1933 HAVE_DOCSTRINGS = (_check_docstrings.__doc__ is not None and variable1936 requires_docstrings = unittest.skipUnless(HAVE_DOCSTRINGS,
39 if test.support.HAVE_DOCSTRINGS:
411 .. data:: HAVE_DOCSTRINGS964 Decorator for only running the test if :data:`HAVE_DOCSTRINGS`.