B
    u9aÉ  ã               @   sV   d Z dZdZdZdZG dd„ dƒZG dd„ deƒZG d	d
„ d
eƒZdd„ Z	dd„ Z
dS )z$This is a test module for test_pydoczBenjamin PetersonZNobodyz1.2.3.4z
X, Y and Zc               @   s   e Zd ZdZdd„ ZdS )ÚAzHello and goodbyec               C   s   dS )zWow, I have no function!N© r   r   r   ú/usr/lib/python3.7/pydoc_mod.pyÚ__init__
   s    z
A.__init__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   r   r   r   r      s   r   c               @   s   e Zd ZU dZeed< dS )ÚBZeggsÚ
NO_MEANINGN)r   r   r   r
   ÚstrÚ__annotations__r   r   r   r   r	      s   
r	   c               @   s$   e Zd Zdd„ Zdd„ Zdd„ ZdS )ÚCc             C   s   dS )NÚnor   )Úselfr   r   r   Úsay_no   s    zC.say_noc             C   s   |   ¡ S )z Return say_no() )r   )r   r   r   r   Ú
get_answer   s    zC.get_answerc             C   s   |   ¡ S )z Return self.get_answer() )r   )r   r   r   r   Ú
is_it_true   s    zC.is_it_trueN)r   r   r   r   r   r   r   r   r   r   r      s   r   c               C   s   dS )za
    This function solves all of the world's problems:
    hunger
    lack of Python
    war
    Nr   r   r   r   r   Údoc_func   s    r   c               C   s   d S )Nr   r   r   r   r   Ú
nodoc_func$   s    r   N)r   Ú
__author__Ú__credits__Ú__version__Z__xyz__r   Úobjectr	   r   r   r   r   r   r   r   Ú<module>   s   
