Uname: Linux web3.us.cloudlogin.co 5.10.226-xeon-hst #2 SMP Fri Sep 13 12:28:44 UTC 2024 x86_64
Software: Apache
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.210.96.117
Your Ip: 18.117.225.254
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : history.cpython-310.pyc
o

_b��@sHdZddlmZGdd�d�Zedkr"ddlmZeddd	d
�dSdS)z9Implement Idle Shell history mechanism with History class�)�idleConfc@s8eZdZdZdd�Zdd�Zdd�Zdd	�Zd
d�ZdS)
�Historya@ Implement Idle Shell history mechanism.

    store - Store source statement (called from pyshell.resetoutput).
    fetch - Fetch stored statement matching prefix already entered.
    history_next - Bound to <<history-next>> event (default Alt-N).
    history_prev - Bound to <<history-prev>> event (default Alt-P).
    cCsL||_g|_d|_d|_t�ddddd�|_|�d|j�|�d|j	�dS)	adInitialize data attributes and bind event methods.

        .text - Idle wrapper of tk Text widget, with .bell().
        .history - source statements, possibly with multiple lines.
        .prefix - source already entered at prompt; filters history list.
        .pointer - index into history.
        .cyclic - wrap around history list (or not).
        N�mainr�cyclic��boolz<<history-previous>>z<<history-next>>)
�text�history�prefix�pointerrZ	GetOptionr�bind�history_prev�history_next)�selfr�r�8/usr/local/python-3.10/lib/python3.10/idlelib/history.py�__init__s	zHistory.__init__cC�|jdd�dS)z4Fetch later statement; start with ealiest if cyclic.F��reverse�break��fetch�r�eventrrrr�zHistory.history_nextcCr)z0Fetch earlier statement; start with most recent.Trrrrrrrr
$rzHistory.history_prevcCs�t|j�}|j}|j}|dur2|dur2|j�ddd�s'|j�dd�|j|kr2d}}|j�dd�|dus:|durS|j�dd�}|rF|}n
|jrLd}n|j�	�dSt|�}	||r]dnd7}|dksh||kr�|j�	�|jsv|dkrvdS|j�dd�|kr�|j�
dd�|j�d|d	�d}}q�|j|}|d|�|kr�t|�|kr�|j�
dd�|j�d|d	�q�qX|j�d�|j�
d
dd�||_||_dS)
a+Fetch statement and replace current line in text widget.

        Set prefix and pointer as needed for successive fetches.
        Reset them to None, None when returning to the start line.
        Sound bell when return to start line or cannot leave a line
        because cyclic is False.
        N�insertz!=zend-1cZiomark���rr�stdinZselz1.0�end)�lenr	rr
rZcompare�getZmark_setrZbell�deleterZseeZ
tag_remove)rrZnhistrr
Znprefix�itemrrrr)sN
�


�
z
History.fetchcCsT|��}t|�dkr"z|j�|�Wn	tyYnw|j�|�d|_d|_dS)z.Store Shell input statement into history list.�N)�stripr r	�remove�
ValueError�appendrr
)r�sourcerrr�storeZs�
z
History.storeN)	�__name__�
__module__�__qualname__�__doc__rrr
rr*rrrrrs1r�__main__)rzidlelib.idle_test.test_historyr$F)�	verbosity�exitN)r.Zidlelib.configrrr+Zunittestrrrrr�<module>sb�
© 2025 GrazzMean