| Server IP : 121.121.20.254 / Your IP : 216.73.217.51 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Python312/Lib/test/test_doctest/__pycache__/ |
Upload File : |
�
���g� � � � d � Z d� Zd� Z G d� d� Z G d� d� Z G d� d� Z G d � d
� Z e� j Z ddl
mZ eed
� � � Zy)c � � y�zSome unrelated info.N� r � �5C:\Python312\\Lib\test\test_doctest\doctest_lineno.py�func_with_docstringr � � r c � � y �Nr r r r �func_without_docstringr s � �r c � � y)zp
This function really contains a test case.
>>> func_with_doctest.__name__
'func_with_doctest'
� r r r r �func_with_doctestr s � �
r c � � e Zd ZdZy)�ClassWithDocstringz!Some unrelated class information.N��__name__�
__module__�__qualname__�__doc__r r r r r s � �+r r c � � e Zd Zy)�ClassWithoutDocstringN)r r r r r r r r s � �r r c � � e Zd ZdZy)�ClassWithDoctestzgThis class really has a test case in it.
>>> ClassWithDoctest.__name__
'ClassWithDoctest'
Nr r r r r r s � �r r c �>