
    daf                         d Z ddlmZ ddlZddlZdZdZdZdZ G d d	      Z	 G d
 de
      Z G d de
      Zd Zd Zej                  e   Zee   Zee   Zej*                  eef   Zeez  Zy)z$This is a test module for test_pydoc    )print_functionNzBenjamin PetersonNobodyz1.2.3.4z
X, Y and Zc                       e Zd ZdZd Zy)AzHello and goodbyec                       y)zWow, I have no function!N r       4/root/Python-3.12.4/Lib/test/test_pydoc/pydoc_mod.py__init__z
A.__init__   s    r	   N)__name__
__module____qualname____doc__r   r   r	   r
   r   r      s
    r	   r   c                       e Zd ZU dZeed<   y)Beggs
NO_MEANINGN)r   r   r   r   str__annotations__r   r	   r
   r   r      s    Jr	   r   c                   $    e Zd Zd Zd Zd Zd Zy)Cc                      y)Nnor   selfs    r
   say_nozC.say_no   s    r	   c                 "    | j                         S )z Return say_no() )r   r   s    r
   
get_answerzC.get_answer   s    {{}r	   c                 "    | j                         S )z Return self.get_answer() )r   r   s    r
   
is_it_truezC.is_it_true   s      r	   c                 .    t        j                  | |      S N)typesGenericAlias)r   items     r
   __class_getitem__zC.__class_getitem__    s    !!$--r	   N)r   r   r   r   r   r    r&   r   r	   r
   r   r      s    !.r	   r   c                       y)za
    This function solves all of the world's problems:
    hunger
    lack of Python
    war
    Nr   r   r	   r
   doc_funcr(   #   s    r	   c                       y r"   r   r   r	   r
   
nodoc_funcr*   +   s    r	   )r   
__future__r   r#   typing
__author____credits____version____xyz__r   objectr   r   r(   r*   Listintlist_alias1listlist_alias2c_aliasUnionr   type_union1type_union2r   r	   r
   <module>r;      s    * %   

 	 	
. 
.	 kk#3i
C&ll38$Cir	   