
    ;e                     &    d Z  G d de          ZdS )zThis is a sample module used for testing doctest.

This module is for testing how doctest handles a module with docstrings
but no doctest examples.

c                       e Zd ZdZd ZdS )Fooz+A docstring with no doctest examples.

    c                     d S )N )selfs    6/usr/lib/python3.11/test/sample_doctest_no_doctests.py__init__zFoo.__init__   s        N)__name__
__module____qualname____doc__r   r   r	   r   r   r   	   s-             r	   r   N)r   objectr   r   r	   r   <module>r      sC        &     r	   