File: //opt/alt/python312/lib64/python3.12/test/__pycache__/test_pydoc.cpython-312.opt-1.pyc
�
~h�e�� � � � d dl Z d dlZd dlZd dlZd dlZd dlZd dlZd dlZd dl Z d dl
Z
d dlZd dlZd dl
Z
d dlZd dlZd dlZd dlZd dlZd dlZd dlZd dlZd dlmZ d dlmZ d dlmZmZ d dlm Z d dlm!Z! d dl"m#Z#m$Z$m%Z% d dlm&Z& d d lm'Z'm(Z(m)Z)m*Z*m+Z+m,Z,m-Z-m.Z. d d
l/m0Z0m1Z1m2Z2 d dlm3Z3 G d� d
� Z4ejj jl rdZ7ndZ7djq � Z9 e:d� e7D � � Z;dZ< e:d� e7D � � Z=dj} de j~ � Z@dZAdjq � ZBdjq � ZCdjq � ZDdjq � ZEdjq � ZFd� ZGd� ZHd� ZId� ZJd � ZKd!� ZLd"� ZM G d#� d$ej� � ZO G d%� d&ej� � ZP G d'� d(eO� ZQ G d)� d*ej� � ZR ej� e+xs e,d+� G d,� d-ej� � � ZT G d.� d/eO� ZU G d0� d1ej� � ZV G d2� d3ej� � ZW G d4� d5ej� � ZXd6� ZYeZd7k( r ej� � yy)8� N)�StringIO)�
namedtuple)�urlopen�
urlcleanup)�
import_helper)� os_helper)�assert_python_ok�assert_python_failure�spawn_python)�threading_helper)�
reap_children�captured_output�captured_stdout�captured_stderr�
is_emscripten�is_wasi�requires_docstrings�MISSING_C_DOCSTRINGS)�TESTFN�rmtree�unlink)� pydoc_modc � � e Zd ZdZy)�nonasciiu Це не латиницяN��__name__�
__module__�__qualname__�__doc__� � �6/opt/alt/python312/lib64/python3.12/test/test_pydoc.pyr r % s � � �r! r )�!dictionary for instance variables�%list of weak references to the objectr# r$ )� r% r% r% a�
NAME
test.pydoc_mod - This is a test module for test_pydoc
%s
CLASSES
builtins.object
A
B
C
class A(builtins.object)
| Hello and goodbye
|
| Methods defined here:
|
| __init__()
| Wow, I have no function!
|
| ----------------------------------------------------------------------
| Data descriptors defined here:
|
| __dict__%s
|
| __weakref__%s
class B(builtins.object)
| Data descriptors defined here:
|
| __dict__%s
|
| __weakref__%s
|
| ----------------------------------------------------------------------
| Data and other attributes defined here:
|
| NO_MEANING = 'eggs'
|
| __annotations__ = {'NO_MEANING': <class 'str'>}
class C(builtins.object)
| Methods defined here:
|
| get_answer(self)
| Return say_no()
|
| is_it_true(self)
| Return self.get_answer()
|
| say_no(self)
|
| ----------------------------------------------------------------------
| Class methods defined here:
|
| __class_getitem__(item) from builtins.type
|
| ----------------------------------------------------------------------
| Data descriptors defined here:
|
| __dict__
| dictionary for instance variables
|
| __weakref__
| list of weak references to the object
FUNCTIONS
doc_func()
This function solves all of the world's problems:
hunger
lack of Python
war
nodoc_func()
DATA
__xyz__ = 'X, Y and Z'
c_alias = test.pydoc_mod.C[int]
list_alias1 = typing.List[int]
list_alias2 = list[int]
type_union1 = typing.Union[int, str]
type_union2 = int | str
VERSION
1.2.3.4
AUTHOR
Benjamin Peterson
CREDITS
Nobody
FILE
%s
c # �. K � | ]
}|rd |z nd�� � y�w)z
| r% Nr ��.0�ss r"