| Server IP : 3.96.16.70 / Your IP : 216.73.216.15 Web Server : Apache System : Linux ip-172-31-26-103.ca-central-1.compute.internal 6.1.163-186.299.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 24 16:35:42 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3.9/site-packages/prompt_toolkit/__pycache__/ |
Upload File : |
a
�a^ � @ sJ d Z ddlmZ g d�ZG dd� de�ZG dd� de�ZG dd � d �Zd
S )z$
Data structures for the selection.
� )�Enum)�
SelectionType� PasteMode�SelectionStatec @ s e Zd ZdZdZdZdZdS )r z
Type of selection.
�
CHARACTERS�LINES�BLOCKN)�__name__�
__module__�__qualname__�__doc__r r r � r
r
�</usr/lib/python3.9/site-packages/prompt_toolkit/selection.pyr
s r c @ s e Zd ZdZdZdZdS )r �EMACS�VI_AFTER� VI_BEFOREN)r r
r r r r r
r
r
r r s r c @ sF e Zd ZdZdejfeedd�dd�Zdd�dd �Ze d�d
d�Z
dS )r z}
State of the current selection.
:param original_cursor_position: int
:param type: :class:`~.SelectionType`
r N)�original_cursor_position�type�returnc C s || _ || _d| _d S )NF)r r �
shift_mode)�selfr r r
r
r �__init__* s zSelectionState.__init__)r c C s
d| _ d S )NT)r �r r
r
r �enter_shift_mode4 s zSelectionState.enter_shift_modec C s d| j j| j| jf S )Nz(%s(original_cursor_position=%r, type=%r))� __class__r r r r r
r
r �__repr__7 s
�zSelectionState.__repr__)r r
r r r r �intr r �strr r
r
r
r r "