b374k
m1n1 1.01
Apache/2.2.15 (CentOS)
Linux obd60-6c49958d75-2q7cw 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64
uid=48(apache) gid=48(apache) groups=48(apache)
server ip : 172.67.192.52 | your ip : 10.244.126.0
safemode OFF
 >  / usr / lib64 / python2.6 / idlelib /
Filename/usr/lib64/python2.6/idlelib/ParenMatch.pyc
Size6.84 kb
Permissionrw-r--r--
Ownerapache
Create time23-Dec-2025 17:41
Last modified20-Jun-2019 19:45
Last accessed22-Apr-2026 09:43
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
Ñò
§ÚêLc@s^dZddklZddklZhdd6dd6dd 6Zd
Zd dd ��YZd
S(sòParenMatch -- An IDLE extension for parenthesis matching.

When you hit a right paren, the cursor should move briefly to the left
paren. Paren here is used generically; the matching applies to
parentheses, square brackets, and curly braces.
iÿÿÿÿ(t HyperParser(tidleConft(t)t[t]t{t}idt
ParenMatchcBseZdZdd#gfgZeiddddd�Zeiddd d
d dd �Zeiei �d
�Z
eidddd
ddd�Z dZ d$Z
d�Zd�Zd�Zd�Zd�Zd�Zd%d�Zd�Zd�Zd�Zd �Zd!�Zd"�ZRS(&s¤Highlight matching parentheses

There are three supported style of paren matching, based loosely
on the Emacs options. The style is select based on the
HILITE_STYLE attribute; it can be changed used the set_style
method.

The supported styles are:

default -- When a right paren is typed, highlight the matching
left paren for 1/2 sec.

expression -- When a right paren is typed, highlight the entire
expression from the left paren to the right paren.

TODO:
- extend IDLE with configuration dialog to change options
- implement rest of Emacs highlight styles (see below)
- print mismatch warning in IDLE status window

Note: In Emacs, there are several styles of highlight where the
matching paren is highlighted whenever the cursor is immediately
to the right of a right paren. I don't know how to do that in Tk,
so I haven't bothered.
teditsShow surrounding parenss<<flash-paren>>t
extensionsRtstyletdefaultt
expressions flash-delayttypetintiôthilitetbelltboolis<<parenmatch-check-restore>>s
<KeyPress>s
<ButtonPress>s <Key-Return>s<Key-BackSpace>cCsT||_|i|_|ii|i|i�d|_d|_|i|i�dS(Ni( teditwinttexttbindtRESTORE_VIRTUAL_EVENT_NAMEt
restore_eventtcountertis_restore_activet set_styletSTYLE(tselfR((s*/usr/lib64/python2.6/idlelib/ParenMatch.pyt__init__;s  
  cCsE|ip7x'|iD]}|ii|i|�qWt|_ndS(N(RtRESTORE_SEQUENCESRt event_addRtTrue(Rtseq((s*/usr/lib64/python2.6/idlelib/ParenMatch.pytactivate_restoreGs


cCsE|io7x'|iD]}|ii|i|�qWt|_ndS(N(RRRt event_deleteRtFalse(RR!((s*/usr/lib64/python2.6/idlelib/ParenMatch.pytdeactivate_restoreMs


cCs_||_|djo|i|_|i|_n*|djo|i|_|i|_ndS(NR R
(Rtcreate_tag_defaultt
create_tagtset_timeout_lastt set_timeouttcreate_tag_expressiontset_timeout_none(RR ((s*/usr/lib64/python2.6/idlelib/ParenMatch.pyRSs 
 
 cCsYt|id�i�}|djo|i�dS|i�|i|�|i�dS(Ntinsert(RRtget_surrounding_bracketstNonetwarn_mismatchedR"R'R((Rteventtindices((s*/usr/lib64/python2.6/idlelib/ParenMatch.pytflash_paren_event\s



cCs�|iid�}|tjodSt|id�}|i�pdS|it|t�}|djo|i �dS|i
�|i |�|i �dS(Ns insert-1c(
Rtgett_openersRRt
is_in_codeR-R R.R/R"R'R)(RR0tcloserthpR1((s*/usr/lib64/python2.6/idlelib/ParenMatch.pytparen_closed_eventes





cCs-|iid�|i�|id7_dS(Ntpareni(Rt
tag_deleteR%R(RR0((s*/usr/lib64/python2.6/idlelib/ParenMatch.pyRus
cCs"||ijo|i�ndS(N(RR(Rt timer_count((s*/usr/lib64/python2.6/idlelib/ParenMatch.pythandle_restore_timerzscCs|io|ii�ndS(N(tBELLRR(R((s*/usr/lib64/python2.6/idlelib/ParenMatch.pyR/~s
cCs1|iid|d�|iid|i�dS(s'Highlight the single paren that matchesR9iN(Rttag_addt
tag_configt
HILITE_CONFIG(RR1((s*/usr/lib64/python2.6/idlelib/ParenMatch.pyR&�scCsm|ii|d�d jo|dd}n |d}|iid|d|�|iid|i�dS(
sHighlight the entire expressioniRRRs+1cR9iN(RRR(RR3R>R?R@(RR1t
rightindex((s*/usr/lib64/python2.6/idlelib/ParenMatch.pyR*�s

cCsM|id7_||i|iid�d�}|iiit||�dS(sSHighlight will remain until user input turns it off
or the insert has movediR,cSsG||iid�jo|i|�n|iiit||�dS(NR,(RtindexR<Rt
text_frametaftert CHECK_DELAY(tcallmeRtcRB((s*/usr/lib64/python2.6/idlelib/ParenMatch.pyRF�sN(RRRBRRCRDRE(RRF((s*/usr/lib64/python2.6/idlelib/ParenMatch.pyR+�s cCs8|id7_|iii|i||id��dS(s7The last highlight created will be removed after .5 secicSs
|i|�S((R<(RRG((s*/usr/lib64/python2.6/idlelib/ParenMatch.pyt<lambda>«sN(RRRCRDt FLASH_DELAY(R((s*/usr/lib64/python2.6/idlelib/ParenMatch.pyR(¥s(sShow surrounding parenss<<flash-paren>>(s
<KeyPress>s
<ButtonPress>s <Key-Return>s<Key-BackSpace>N(t__name__t
__module__t__doc__tmenudefsRt GetOptionRRIt GetHighlightt CurrentThemeR@R=RRRR"R%RR2R8R.RR<R/R&R*R+R((((s*/usr/lib64/python2.6/idlelib/ParenMatch.pyRs4         N((RLtidlelib.HyperParserRtidlelib.configHandlerRR4RER(((s*/usr/lib64/python2.6/idlelib/ParenMatch.pyt<module>s