Psyduck - 可達鴨 之 鴨力山大2


Server : LiteSpeed
System : Linux premium217.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User : alloknri ( 880)
PHP Version : 8.1.34
Disable Function : NONE
Directory :  /opt/alt/python27/lib64/python2.7/idlelib/idle_test/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pyo
�
�V~gc@s�dZdefd��YZdefd��YZdefd��YZdefd��YZd	d
lmZdefd��YZd
S(s�Classes that replace tkinter gui objects used by an object being tested.

A gui object is anything with a master or parent parameter, which is
typically required in spite of what the doc strings say.
tEventcBseZdZd�ZRS(s�Minimal mock with attributes for testing event handlers.

    This is not a gui object, but is used as an argument for callbacks
    that access attributes of the event passed. If a callback ignores
    the event, other than the fact that is happened, pass 'event'.

    Keyboard, mouse, window, and other sources generate Event instances.
    Event instances have the following attributes: serial (number of
    event), time (of event), type (of event as number), widget (in which
    event occurred), and x,y (position of mouse). There are other
    attributes for specific events, such as keycode for key events.
    tkinter.Event.__doc__ has more but is still not complete.
    cKs|jj|�dS(s,Create event with attributes needed for testN(t__dict__tupdate(tselftkwds((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pyt__init__s(t__name__t
__module__t__doc__R(((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pyRs
tVarcBs2eZdZdddd�Zd�Zd�ZRS(s)Use for String/Int/BooleanVar: incompletecCs||_||_||_dS(N(tmastertvaluetname(RR
RR((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pyRs		cCs
||_dS(N(R(RR((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pytsetscCs|jS(N(R(R((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pytget!sN(RRRtNoneRR
R(((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pyR	s	t	Mbox_funccBs#eZdZdd�Zd�ZRS(sGeneric mock for messagebox functions, which all have the same signature.

    Instead of displaying a message box, the mock's call method saves the
    arguments as instance attributes, which test functions can then examime.
    The test can set the result returned to ask function
    cCs
||_dS(N(tresult(RR((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pyR+scOs+||_||_||_||_|jS(N(ttitletmessagetargsRR(RRRRR((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pyt__call__-s
				N(RRRRRR(((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pyR$stMboxcBsVeZdZe�Ze�Ze�Ze�Ze�Ze�Z	e�Z
e�ZRS(s5Mock for tkinter.messagebox with an Mbox_func for each function.

    This module was 'tkMessageBox' in 2.x; hence the 'import as' in  3.x.
    Example usage in test_module.py for testing functions in module.py:
    ---
from idlelib.idle_test.mock_tk import Mbox
import module

orig_mbox = module.tkMessageBox
showerror = Mbox.showerror  # example, for attribute access in test methods

class Test(unittest.TestCase):

    @classmethod
    def setUpClass(cls):
        module.tkMessageBox = Mbox

    @classmethod
    def tearDownClass(cls):
        module.tkMessageBox = orig_mbox
    ---
    For 'ask' functions, set func.result return value before calling the method
    that uses the message function. When tkMessageBox functions are the
    only gui alls in a method, this replacement makes the method gui-free,
    (RRRRtaskokcanceltaskquestiontaskretrycanceltaskyesnotaskyesnocancelt	showerrortshowinfotshowwarning(((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pyR5s							i����(tTclErrortTextcBs�eZdZdid�Zd�Zdd�Zd�Zd�Zdd�Z	dd�Z
d	�Zd
�Zd�Z
dd�Zd
�Zd�Zd�Zdddd�ZRS(s�A semi-functional non-gui replacement for tkinter.Text text editors.

    The mock's data model is that a text is a list of 
-terminated lines.
    The mock adds an empty string at  the beginning of the list so that the
    index of actual lines start at 1, as with Tk. The methods never see this.
    Tk initializes files with a terminal 
 that cannot be deleted. It is
    invisible in the sense that one cannot move the cursor beyond it.

    This class is only tested (and valid) with strings of ascii chars.
    For testing, we are not concerned with Tk Text's treatment of,
    for instance, 0-width characters or character + accent.
   cKsddg|_dS(s�Initialize mock, non-gui, text-only Text widget.

        At present, all args are ignored. Almost all affect visual behavior.
        There are just a few Text-only options that affect text behavior.
        ts
N(tdata(RR
tcnftkw((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pyRgscCsd|j|dd�S(sAReturn string version of index decoded according to current text.s%s.%stendflagi(t_decode(Rtindex((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pyR'osicCsqt|ttf�r$t|�}ny|j�}Wn!tk
rWtd|��nXt|j�d}|dkr�|t|j|�dfS|dkr�|j	|�S|j
d�\}}t|�}|dkr�dS||kr�|j	|�St|j|�d}|jd�s'|dkr1||fSt|�}|dkrRd}n||krg|}n||fS(	s7Return a (line, char) tuple of int indexes into self.data.

        This implements .index without converting the result back to a string.
        The result is contrained by the number of lines and linelengths of
        self.data. For many indexes, the result is initially (1, 0).

        The input index may have any of several possible forms:
        * line.char float: converted to 'line.char' string;
        * 'line.char' string, where line and char are decimal integers;
        * 'line.char lineend', where lineend='lineend' (and char is ignored);
        * 'line.end', where end='end' (same as above);
        * 'insert', the positions before terminal 
;
        * 'end', whose meaning depends on the endflag passed to ._endex.
        * 'sel.first' or 'sel.last', where sel is a tag -- not implemented.
        sbad text index "%s"itinserttendt.is lineend(ii(
t
isinstancetfloattbyteststrtlowertAttributeErrorRtlenR"t_endextsplittinttendswith(RR'R%tlastlinetlinetchart
linelength((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pyR&ss4



		cCsNt|j�}|dkr%|dfS|d8}|t|j|�|fSdS(sReturn position for 'end' or line overflow corresponding to endflag.

       -1: position before terminal 
; for .insert(), .delete
       0: position after terminal 
; for .get, .delete index 1
       1: same viewed as beginning of non-existent next line (for .index)
       iiN(R1R"(RR%tn((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pyR2�s


cCs�|s
dS|jt�}|dddkr=|jd�n|j|d�\}}|j|| }|j||}||d|j|<|d|j|d|d+|j|t|�dc|7<dS(s+Insert chars before the character at index.Ni����s
R!ii(t
splitlinestTruetappendR&R"R1(RR'tcharsR7R8tbeforetafter((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pyR(�sc	Cs�|j|�\}}|dkr5||d}}n|j|�\}}||krh|j|||!S|j||g}x/t|d|�D]}|j|j|�q�W|j|j|| �dj|�SdS(s;Return slice from index1 to index2 (default is 'index1+1').iR!N(R&RR"trangeR=tjoin(	Rtindex1tindex2t	startlinet	startchartendlinetendchartlinesti((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pyR�scCsO|j|d�\}}|dkr�|t|j|�dkrU||d}}q�|t|j�dkr�|dd}}q�dSn|j|d�\}}||kr�||kr�|j|| |j|||j|<nh||krK|j|| |j|||j|<|d7}x(t||d�D]}|j|=q4WndS(s�Delete slice from index1 to index2 (default is 'index1+1').

        Adjust default index2 ('index+1) for line ends.
        Do not delete the terminal 
 at the very end of self.data ([-1][-1]).
        i����iiN(R&RR1R"RA(RRCRDRERFRGRHRJ((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pytdelete�s"
cCs:|j|�\}}|j|�\}}|dkrX||kpW||koW||kS|dkr�||kp�||ko�||kS|dkr�||kp�||ko�||kS|dkr�||kp�||ko�||kS|dkr||ko||kS|dkr&||kp%||kStd|��dS(Nt<s<=t>s>=s==s!=s=bad comparison operator "%s": must be <, <=, ==, >=, >, or !=(R&R(RRCtopRDtline1tchar1tline2tchar2((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pytcompare�s """"cCsdS(s.Set mark *name* before the character at index.N((RRR'((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pytmark_set
scGsdS(sDelete all marks in markNames.N((Rt	markNames((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pyt
mark_unsetR!cCsdS(sARemove tag tagName from all characters between index1 and index2.N((RttagNameRCRD((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pyt
tag_removescCsdS(s2Adjust the view of the text according to scan_markN((Rtxty((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pytscan_dragtoR!cCsdS(s&Remember the current X, Y coordinates.N((RRYRZ((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pyt	scan_markR!cCsdS(s8Scroll screen to make the character at INDEX is visible.N((RR'((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pytsee!scCsdS(s>Bind to this widget at event sequence a call to function func.N((tsequencetfunctadd((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pytbind(sN(RRRRRR'R&R2R(RRKRSRTRVRXR[R\R]Ra(((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pyR Zs 	3								N(	RtobjectRR	RRt_tkinterRR (((s>/opt/alt/python27/lib64/python2.7/idlelib/idle_test/mock_tk.pyt<module>s#
Name
Size
Permissions
Options
README.txt
5.363 KB
-rw-r--r--
__init__.py
0.635 KB
-rw-r--r--
__init__.pyc
0.919 KB
-rw-r--r--
__init__.pyo
0.919 KB
-rw-r--r--
htest.py
13.456 KB
-rw-r--r--
htest.pyc
12.355 KB
-rw-r--r--
htest.pyo
12.355 KB
-rw-r--r--
mock_idle.py
1.56 KB
-rw-r--r--
mock_idle.pyc
2.938 KB
-rw-r--r--
mock_idle.pyo
2.938 KB
-rw-r--r--
mock_tk.py
11.303 KB
-rw-r--r--
mock_tk.pyc
12.415 KB
-rw-r--r--
mock_tk.pyo
12.415 KB
-rw-r--r--
test_autocomplete.py
4.807 KB
-rw-r--r--
test_autocomplete.pyc
5.977 KB
-rw-r--r--
test_autocomplete.pyo
5.977 KB
-rw-r--r--
test_autoexpand.py
4.025 KB
-rw-r--r--
test_autoexpand.pyc
4.846 KB
-rw-r--r--
test_autoexpand.pyo
4.846 KB
-rw-r--r--
test_calltips.py
6.973 KB
-rw-r--r--
test_calltips.pyc
12.469 KB
-rw-r--r--
test_calltips.pyo
12.469 KB
-rw-r--r--
test_config_name.py
2.414 KB
-rw-r--r--
test_config_name.pyc
4.083 KB
-rw-r--r--
test_config_name.pyo
4.083 KB
-rw-r--r--
test_configdialog.py
0.764 KB
-rw-r--r--
test_configdialog.pyc
1.68 KB
-rw-r--r--
test_configdialog.pyo
1.68 KB
-rw-r--r--
test_delegator.py
1.264 KB
-rw-r--r--
test_delegator.pyc
1.326 KB
-rw-r--r--
test_delegator.pyo
1.326 KB
-rw-r--r--
test_editmenu.py
3.093 KB
-rw-r--r--
test_editmenu.pyc
4.462 KB
-rw-r--r--
test_editmenu.pyo
4.462 KB
-rw-r--r--
test_formatparagraph.py
14.008 KB
-rw-r--r--
test_formatparagraph.pyc
14.363 KB
-rw-r--r--
test_formatparagraph.pyo
14.363 KB
-rw-r--r--
test_grep.py
2.697 KB
-rw-r--r--
test_grep.pyc
3.812 KB
-rw-r--r--
test_grep.pyo
3.812 KB
-rw-r--r--
test_helpabout.py
1.573 KB
-rw-r--r--
test_helpabout.pyc
2.384 KB
-rw-r--r--
test_helpabout.pyo
2.384 KB
-rw-r--r--
test_hyperparser.py
5.551 KB
-rw-r--r--
test_hyperparser.pyc
6.779 KB
-rw-r--r--
test_hyperparser.pyo
6.779 KB
-rw-r--r--
test_idlehistory.py
5.366 KB
-rw-r--r--
test_idlehistory.pyc
8.281 KB
-rw-r--r--
test_idlehistory.pyo
8.281 KB
-rw-r--r--
test_io.py
9.282 KB
-rw-r--r--
test_io.pyc
11.669 KB
-rw-r--r--
test_io.pyo
11.669 KB
-rw-r--r--
test_parenmatch.py
3.732 KB
-rw-r--r--
test_parenmatch.pyc
5.531 KB
-rw-r--r--
test_parenmatch.pyo
5.531 KB
-rw-r--r--
test_pathbrowser.py
0.918 KB
-rw-r--r--
test_pathbrowser.pyc
1.501 KB
-rw-r--r--
test_pathbrowser.pyo
1.501 KB
-rw-r--r--
test_rstrip.py
1.575 KB
-rw-r--r--
test_rstrip.pyc
1.782 KB
-rw-r--r--
test_rstrip.pyo
1.782 KB
-rw-r--r--
test_searchdialogbase.py
5.726 KB
-rw-r--r--
test_searchdialogbase.pyc
6.87 KB
-rw-r--r--
test_searchdialogbase.pyo
6.87 KB
-rw-r--r--
test_searchengine.py
11.218 KB
-rw-r--r--
test_searchengine.pyc
12.81 KB
-rw-r--r--
test_searchengine.pyo
12.81 KB
-rw-r--r--
test_text.py
6.586 KB
-rw-r--r--
test_text.pyc
8.198 KB
-rw-r--r--
test_text.pyo
8.198 KB
-rw-r--r--
test_textview.py
2.736 KB
-rw-r--r--
test_textview.pyc
4.603 KB
-rw-r--r--
test_textview.pyo
4.603 KB
-rw-r--r--
test_warning.py
2.692 KB
-rw-r--r--
test_warning.pyc
3.311 KB
-rw-r--r--
test_warning.pyo
3.311 KB
-rw-r--r--
test_widgetredir.py
4.079 KB
-rw-r--r--
test_widgetredir.pyc
6.488 KB
-rw-r--r--
test_widgetredir.pyo
6.488 KB
-rw-r--r--