Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/tomlkit/__pycache__/exceptions.cpython-39.pyc
Ðазад
a _�hG � @ sf d dl mZ d dlmZ G dd� de�ZG dd� dee�ZG dd� de�ZG d d � d e�Z G dd� de�Z G d d� de�ZG dd� de�ZG dd� de�Z G dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd � d e�ZG d!d"� d"ee�ZG d#d$� d$e�ZG d%d&� d&e�ZG d'd(� d(ee�ZG d)d*� d*eee�Zd+S ),� )�annotations)� Collectionc @ s e Zd ZdS )�TOMLKitErrorN)�__name__� __module__�__qualname__� r r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/tomlkit/exceptions.pyr s r c sF e Zd ZdZd ddddd�� fdd� Zed d � �Zedd� �Z� ZS )� ParseErrorz� This error occurs when the parser encounters a syntax error in the TOML being parsed. The error references the line and location within the line where the error was encountered. N�int� str | None�None��line�col�message�returnc s<