Current File : //usr/local/apps/python3/lib/python3.11/test/__pycache__/doctest_lineno.cpython-311.opt-1.pyc |
�
�Ke� � � � d � Z d� Zd� Z G d� d� � Z G d� d� � Z G d� d� � Z G d � d
� � Z e� � j Z dS )c � � dS )zSome unrelated info.N� r � �=/usr/local/apps/python3/lib/python3.11/test/doctest_lineno.py�func_with_docstringr � � � � r c � � d S �Nr r r r �func_without_docstringr
s � ��Dr c � � dS )zp
This function really contains a test case.
>>> func_with_doctest.__name__
'func_with_doctest'
� r r r r �func_with_doctestr
s � �
�1r c � � e Zd ZdZdS )�ClassWithDocstringz!Some unrelated class information.N��__name__�
__module__�__qualname__�__doc__r r r r r s � � � � � �+�+�+�+r r c � � e Zd ZdS )�ClassWithoutDocstringN)r r r r r r r r s � � � � � ��Dr r c � � e Zd ZdZdS )�ClassWithDoctestzgThis class really has a test case in it.
>>> ClassWithDoctest.__name__
'ClassWithDoctest'
Nr r r r r r s � � � � � �� � � r r c � � e Zd Zd� Zd� Zd� ZdS )�
MethodWrapperc � � dS )zMethod with a docstring.Nr ��selfs r �method_with_docstringz#MethodWrapper.method_with_docstring'