| Server IP : 3.111.61.48 / Your IP : 216.73.216.67 Web Server : Apache System : Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.2.31 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.10/test/__pycache__/ |
Upload File : |
o
�9j� � @ 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 �*/usr/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'