File: //usr/local/lib/python3.10/test/__pycache__/doctest_lineno.cpython-310.pyc
o
�i� � @ sT d d� Z dd� Zdd� ZG dd� d�ZG dd � d �ZG d
d� d�ZG dd
� d
�ZdS )c C � dS )zSome unrelated info.N� r r r �0/usr/local/lib/python3.10/test/doctest_lineno.py�func_with_docstring � r c C � d S �Nr r r r r �func_without_docstring � r c C r )zp
This function really contains a test case.
>>> func_with_doctest.__name__
'func_with_doctest'
� r r r r r �func_with_doctest s r c @ � e Zd ZdZdS )�ClassWithDocstringz!Some unrelated class information.N��__name__�
__module__�__qualname__�__doc__r r r r r
� r
c @ s e Zd ZdS )�ClassWithoutDocstringN)r r r r r r r r s r c @ r )�ClassWithDoctestzgThis class really has a test case in it.
>>> ClassWithDoctest.__name__
'ClassWithDoctest'
Nr r r r r r r r c @ s$ e Zd Zdd� Zdd� Zdd� ZdS )�
MethodWrapperc C r )zMethod with a docstring.Nr ��selfr r r �method_with_docstring'