+
    ŸBiÊ  ã                   ó4   € R t R tR tR tR tR tR tR tR# )	zkThis is a sample module used for testing doctest.

This module includes various scenarios involving skips.
c                 ó   € R# )z
>>> 2 + 2
4
N© r   ó    Ú</usr/lib/python3.14/test/test_doctest/sample_doctest_skip.pyÚno_skip_passr      ó   ‚ r   c                 ó   € R# )z
>>> 2 + 2
5
Nr   r   r   r   Úno_skip_failr	      r   r   c                 ó   € R# )z
>>> 2 + 2  # doctest: +SKIP
4
Nr   r   r   r   Úsingle_skipr      r   r   c                 ó   € R# )z=
>>> 2 + 2  # doctest: +SKIP
4
>>> 3 + 3  # doctest: +SKIP
6
Nr   r   r   r   Údouble_skipr      r   r   c                 ó   € R# )z+
>>> 2 + 2  # doctest: +SKIP
4
>>> 3 + 3
6
Nr   r   r   r   Úpartial_skip_passr       r   r   c                 ó   € R# )z+
>>> 2 + 2  # doctest: +SKIP
4
>>> 2 + 2
5
Nr   r   r   r   Úpartial_skip_failr   (   r   r   c                 ó   € R# )zEA docstring with no examples should not be counted as run or skipped.Nr   r   r   r   Úno_examplesr   0   r   r   N)Ú__doc__r   r	   r   r   r   r   r   r   r   r   Ú<module>r      s.   ðñò
òòòòòôPr   