B
    u9a  ã               @   s   d Z G dd„ deƒZdS )z•This 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               @   s   e Zd ZdZdd„ ZdS )ÚFooz+A docstring with no doctest examples.

    c             C   s   d S )N© )Úselfr   r   ú0/usr/lib/python3.7/sample_doctest_no_doctests.pyÚ__init__   s    zFoo.__init__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   r   r   r   r   	   s   r   N)r	   Úobjectr   r   r   r   r   Ú<module>   s   