B
    18™\  ã               @   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   úc/oak/stanford/groups/akundaje/marinovg/programs/Python-3.7.3/Lib/test/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   