← Back
Editing: base.cpython-311.pyc
� �Ïc! � � � d dl mZmZmZmZmZmZmZmZ d dl m Z erd dlmZ d dl mZ g d�Zeeeef eeeee gdf f f Zee Zerd dlmZ G d� d e� � Zeed eeg ef d f Z dd edededdfd�Zd eddfd�Z G d� de� � Z G d� d� � Zdee defd�Zd S )� )� TYPE_CHECKING�Any�Callable�Iterable�List�Tuple�Union�cast)� MouseEvent)�Protocol)�NotImplementedOrNone) �OneStyleAndTextTuple�StyleAndTextTuples�MagicFormattedText�AnyFormattedText�to_formatted_text�is_formatted_text�Template�merge_formatted_text� FormattedTextr )� TypeGuardc � � e Zd ZdZdefd�ZdS )r zi Any object that implements ``__pt_formatted_text__`` represents formatted text. �returnc � � d S �N� ��selfs �D/usr/lib/python3/dist-packages/prompt_toolkit/formatted_text/base.py�__pt_formatted_text__z(MagicFormattedText.__pt_formatted_text__'