|
Server : LiteSpeed System : Linux barito.iixcp.rumahweb.net 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : elvh3918 ( 1528) PHP Version : 8.2.31 Disable Function : mail Directory : /usr/local/lib/python3.9/site-packages/prompt_toolkit/__pycache__/ |
a
��Sh� � @ sV d Z ddlmZ ddlmZ g d�ZG dd� de�ZG dd� de�ZG d d
� d
�ZdS )z$
Data structures for the selection.
� )�annotations)�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 �B/usr/local/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 ZdZdejfdddd�dd�Zdd �d
d�Zdd �d
d�ZdS )r z}
State of the current selection.
:param original_cursor_position: int
:param type: :class:`~.SelectionType`
r �intr �None)�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_mode6 s zSelectionState.enter_shift_mode�strc C s | j j� d| j�d| j�d�S )Nz(original_cursor_position=z, type=�))� __class__r
r r r r r r �__repr__9 s zSelectionState.__repr__N) r
r r r
r r r r r r r r r r % s � r N) r
�
__future__r �enumr �__all__r r r r r r r �<module> s