| Server IP : 146.190.157.162 / Your IP : 216.73.216.200 Web Server : Apache System : Linux ubuntu-s-2vcpu-4gb-amd-sfo3-01-KIT-DIGITAL 6.5.0-44-generic #44-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 7 15:10:09 UTC 2024 x86_64 User : businessweek ( 639) PHP Version : 8.2.10-2ubuntu2.2 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_signal,pcntl_signal_dispatch,pcntl_getpriority,pcntl_setpriority,dl,putenv,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/prompt_toolkit/__pycache__/ |
Upload File : |
�
���d4 � �| � d Z ddlmZ ddlmZ g d�Z G d� de� � Z G d� de� � Z G d � d
� � ZdS )z$
Data structures for the selection.
� )�annotations)�Enum)�
SelectionType� PasteMode�SelectionStatec � � e Zd ZdZdZdZdZdS )r z
Type of selection.
�
CHARACTERS�LINES�BLOCKN)�__name__�
__module__�__qualname__�__doc__r r
r � � �:/usr/lib/python3/dist-packages/prompt_toolkit/selection.pyr r s- � � � � � �� �
�J�
�E�
�E�E�Er r c � � e Zd ZdZdZdZdS )r �EMACS�VI_AFTER� VI_BEFOREN)r r
r r r r r r r r r s � � � � � ��E��H��I�I�Ir r c �: � e Zd ZdZdej fdd �Zdd
�Zdd�Zd
S )r z}
State of the current selection.
:param original_cursor_position: int
:param type: :class:`~.SelectionType`
r �original_cursor_position�int�typer �return�Nonec �0 � || _ || _ d| _ d S )NF)r r �
shift_mode)�selfr r s r �__init__zSelectionState.__init__, s � �
)A��%��� �����r c � � d| _ d S )NT)r �r s r �enter_shift_modezSelectionState.enter_shift_mode5 s
� �����r �strc �X � d� | j j | j | j � � S )Nz,{}(original_cursor_position={!r}, type={!r}))�format� __class__r r r r"