Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/debtcollector/__pycache__/moves.cpython-39.pyc
Ðазад
a j�h� � @ sz d dl Z d dlZd dlZd dlmZ dZdZdZdZddd �Z dd d�Z G dd � d e�Zddd�Z ddd�Zddd�ZdS )� N)�_utilsz%s '%s' has moved to '%s'zClass '%s' has moved to '%s'z()zFunction '%s' has moved to '%s'� c s � �������fdd�}|S )z?Decorates a method/property that was moved to another location.c sD t �| �\� ��r��7 �tj�� ������� f dd��}|| �S )Nc sr t j| dd�}�r�}nd�|�f�}d�|�f�}t�||f }t j|���d�}t j|�� d� | |i |��S )NF)�fully_qualified�.��message�version�removal_version�� stacklevel�category)r �get_class_name�join�_KIND_MOVED_PREFIX_TPL�generate_message�deprecation) �wrapped�instance�args�kwargs� base_name�old_name�new_name�prefix�out_message) r r �kindr �new_attribute_name�old_attribute_namer r r � ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/debtcollector/moves.py�wrapper&