__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

aptanhua@216.73.216.7: ~ $
3

� fl$�@s�dZddlZddlZddlZedd�\ZZddlmZddl	m
Z
ddlmZddl
Z
ejejdZejZejr|eej7ZGd	d
�d
�Zej�edkr�ddlmZed
dd�dS)z�Complete either attribute names or file names.

Either on demand or after a user-selected delay after a key character,
pop up a list of candidates.
�N��)�autocomplete_w)�idleConf)�HyperParser�_c@sveZdZddd�Zedd��Zdd�Zddd	�Zd
d�Zdd
�Z	dd�Z
dd�Zdd�Zddd�Z
dd�Zdd�ZdS)�AutoCompleteNcCs,||_|dk	r(|j|_d|_d|_d|_dS)N)�editwin�text�autocompletewindow�_delayed_completion_id�_delayed_completion_index)�selfr	�r�9/opt/alt/python36/lib64/python3.6/idlelib/autocomplete.py�__init__szAutoComplete.__init__cCstjdddddd�|_dS)N�
extensionsr�	popupwait�intr)�type�default)rZ	GetOptionr)�clsrrr�reload)szAutoComplete.reloadcCstj|j�S)N)rZAutoCompleteWindowr
)rrrr�_make_autocomplete_window.sz&AutoComplete._make_autocomplete_windowcCs|jr|jj�d|_dS)N)rZhide_window)r�eventrrr�_remove_autocomplete_window1s
z(AutoComplete._remove_autocomplete_windowcCs|jddd�dS)zqHappens when the user really wants to open a completion list, even
        if a function call is needed.
        TF�break)�open_completions)rrrrr�force_open_completions_event6sz)AutoComplete.force_open_completions_eventcCsB|jjd�}|dkr&|jdddt�n|tkr>|jdddt�dS)z�Happens when it would be nice to open a completion list, but not
        really necessary, for example after a dot, so function
        calls won't be made.
        z	insert-1c�.FN)r
�get�_open_completions_later�COMPLETE_ATTRIBUTES�SEPS�COMPLETE_FILES)rrZlastcharrrr�try_open_completions_event=s

z'AutoComplete.try_open_completions_eventcCsdt|d�r|js$|jjdd�j�r(dS|jrF|jj�rF|jj�dS|jddd�}|r\dSdSdS)z�Happens when the user wants to complete his word, and if necessary,
        open a completion list after that (if there is more than one
        completion)
        �mc_statezinsert linestart�insertNrFT)	�hasattrr&r
r �striprZ	is_active�completer)rrZopenedrrr�autocomplete_eventJs
zAutoComplete.autocomplete_eventcGsD|jjd�|_|jdk	r&|jj|j�|jj|j|jf|��|_dS)Nr')r
�indexr
r�after_cancel�afterr�_delayed_open_completions)r�argsrrrr![s

z$AutoComplete._open_completions_latercGs&d|_|jjd�|jkr"|j|�dS)Nr')rr
r,r
r)rr0rrrr/csz&AutoComplete._delayed_open_completionscCs�|jdk	r|jj|j�d|_t|jd�}|jjdd�}t|�}}|j�r�|sZ|tkr�|j	�t}x$|r�||ddt
kr�|d8}qhW|||�}	|}x |r�||ddkr�|d8}q�W|||�}
n�|j�o�|s�|tk�r�|j	�t}x:|�r*||dt
k�s t||d�dk�r*|d8}q�W|||�}	|�r�||ddk�r�|jdt|�|d�|j�}
|
�s�|�r�|
jd	�dk�r�dSnd
}
ndS|�r�|
�r�|	�r�dS|j|
|�}|d�s�dS|j�|_|jj|dt|	�|||�S)
aXFind the completions and create the AutoCompleteWindow.
        Return True if successful (no syntax error or so found).
        if complete is True, then if there's nothing to complete and no
        start of completion, won't open completions and return False.
        If mode is given, will open a completion list only in this mode.
        Nr'zinsert linestartrz'"�rz
insert-%dc�(�r���)rr
r-rr	r �lenZis_in_stringr$rr#Z
is_in_coder"�ID_CHARS�ordZ	set_indexZget_expression�find�fetch_completionsrrZshow_window)rZ	evalfuncsr*ZuserWantsWin�modeZhpZcurline�i�jZ
comp_startZ	comp_whatZ
comp_listsrrrrhsN
0

zAutoComplete.open_completionsc	Csjy|jjjjj}Wnd}YnX|r<|jdd||fi�S|tkr�|dkr�tjj	�}|j
tjj�td|�}|j
�d|kr�ttd|��}q�dd�|D�}nPy@|j|�}t|�}|j
�d|kr�t|j�}nd	d�|D�}WnggfSnd|tk�rT|dk�rd
}y0tjj|�}tj|�}|j
�dd�|D�}Wntk
�rRggfSX|�s^|}||fSdS)aOReturn a pair of lists of completions for something. The first list
        is a sublist of the second. Both are sorted.

        If there is a Python subprocess, get the comp. list there.  Otherwise,
        either fetch_completions() is running in the subprocess itself or it
        was called in an IDLE EditorWindow before any script had been run.

        The subprocess environment is that of the most recently run script.  If
        two unrelated modules are being edited some calltips in the current
        module may be inoperative if the module was not the last to run.
        N�execZget_the_completion_listr3zdir()�__all__cSs g|]}|dd�dkr|�qS)Nrrr)�.0�srrr�
<listcomp>�sz2AutoComplete.fetch_completions.<locals>.<listcomp>cSs g|]}|dd�dkr|�qS)Nrrr)r?r@rrrrA�srcSs g|]}|dd�dkr|�qS)Nrrr)r?r@rrrrA�s)r	ZflistZpyshellZinterp�rpccltZ
remotecallr"�__main__�__dict__�copy�update�__builtins__�eval�sort�sorted�
get_entity�dirr>r$�os�path�
expanduser�listdir�OSError)	rZwhatr:rB�	namespaceZbiglZsmalllZentityZexpandedpathrrrr9�sL








zAutoComplete.fetch_completionscCs tjj�}|jtj�t||�S)zALookup name in a namespace spanning sys.modules and __main.dict__)�sys�modulesrErFrCrDrH)r�namerRrrrrK�s
zAutoComplete.get_entity)N)N)N)�__name__�
__module__�__qualname__r�classmethodrrrrr%r+r!r/rr9rKrrrrrs



;9rrC)�mainz#idlelib.idle_test.test_autocomplete)�	verbosity�)�__doc__rM�stringrS�ranger"r$ZidlelibrZidlelib.configrZidlelib.hyperparserrrCZ
ascii_lettersZdigitsr6�sepr#�altseprrrVZunittestrZrrrr�<module>s$
H

Filemanager

Name Type Size Permission Actions
__init__.cpython-36.opt-1.pyc File 509 B 0644
__init__.cpython-36.opt-2.pyc File 139 B 0644
__init__.cpython-36.pyc File 509 B 0644
__main__.cpython-36.opt-1.pyc File 270 B 0644
__main__.cpython-36.opt-2.pyc File 191 B 0644
__main__.cpython-36.pyc File 270 B 0644
_pyclbr.cpython-36.opt-1.pyc File 10.18 KB 0644
_pyclbr.cpython-36.opt-2.pyc File 6.65 KB 0644
_pyclbr.cpython-36.pyc File 10.18 KB 0644
autocomplete.cpython-36.opt-1.pyc File 7.02 KB 0644
autocomplete.cpython-36.opt-2.pyc File 5.43 KB 0644
autocomplete.cpython-36.pyc File 7.02 KB 0644
autocomplete_w.cpython-36.opt-1.pyc File 10.81 KB 0644
autocomplete_w.cpython-36.opt-2.pyc File 10.07 KB 0644
autocomplete_w.cpython-36.pyc File 10.85 KB 0644
autoexpand.cpython-36.opt-1.pyc File 2.76 KB 0644
autoexpand.cpython-36.opt-2.pyc File 2.02 KB 0644
autoexpand.cpython-36.pyc File 2.76 KB 0644
browser.cpython-36.opt-1.pyc File 9.35 KB 0644
browser.cpython-36.opt-2.pyc File 6.82 KB 0644
browser.cpython-36.pyc File 9.35 KB 0644
calltip.cpython-36.opt-1.pyc File 5.48 KB 0644
calltip.cpython-36.opt-2.pyc File 3.89 KB 0644
calltip.cpython-36.pyc File 5.48 KB 0644
calltip_w.cpython-36.opt-1.pyc File 6.02 KB 0644
calltip_w.cpython-36.opt-2.pyc File 5.1 KB 0644
calltip_w.cpython-36.pyc File 6.02 KB 0644
codecontext.cpython-36.opt-1.pyc File 7.96 KB 0644
codecontext.cpython-36.opt-2.pyc File 5.04 KB 0644
codecontext.cpython-36.pyc File 7.99 KB 0644
colorizer.cpython-36.opt-1.pyc File 8.17 KB 0644
colorizer.cpython-36.opt-2.pyc File 8 KB 0644
colorizer.cpython-36.pyc File 8.17 KB 0644
config.cpython-36.opt-1.pyc File 29.79 KB 0644
config.cpython-36.opt-2.pyc File 19.85 KB 0644
config.cpython-36.pyc File 29.79 KB 0644
config_key.cpython-36.opt-1.pyc File 13.52 KB 0644
config_key.cpython-36.opt-2.pyc File 12.47 KB 0644
config_key.cpython-36.pyc File 13.52 KB 0644
configdialog.cpython-36.opt-1.pyc File 75.72 KB 0644
configdialog.cpython-36.opt-2.pyc File 46.64 KB 0644
configdialog.cpython-36.pyc File 75.72 KB 0644
debugger.cpython-36.opt-1.pyc File 13.89 KB 0644
debugger.cpython-36.opt-2.pyc File 13.73 KB 0644
debugger.cpython-36.pyc File 13.89 KB 0644
debugger_r.cpython-36.opt-1.pyc File 13.44 KB 0644
debugger_r.cpython-36.opt-2.pyc File 11.1 KB 0644
debugger_r.cpython-36.pyc File 13.57 KB 0644
debugobj.cpython-36.opt-1.pyc File 5.05 KB 0644
debugobj.cpython-36.opt-2.pyc File 5.04 KB 0644
debugobj.cpython-36.pyc File 5.05 KB 0644
debugobj_r.cpython-36.opt-1.pyc File 1.96 KB 0644
debugobj_r.cpython-36.opt-2.pyc File 1.95 KB 0644
debugobj_r.cpython-36.pyc File 1.96 KB 0644
delegator.cpython-36.opt-1.pyc File 1.25 KB 0644
delegator.cpython-36.opt-2.pyc File 1.14 KB 0644
delegator.cpython-36.pyc File 1.25 KB 0644
dynoption.cpython-36.opt-1.pyc File 2.23 KB 0644
dynoption.cpython-36.opt-2.pyc File 1.85 KB 0644
dynoption.cpython-36.pyc File 2.23 KB 0644
editor.cpython-36.opt-1.pyc File 47.29 KB 0644
editor.cpython-36.opt-2.pyc File 45.67 KB 0644
editor.cpython-36.pyc File 47.37 KB 0644
filelist.cpython-36.opt-1.pyc File 3.29 KB 0644
filelist.cpython-36.opt-2.pyc File 3.25 KB 0644
filelist.cpython-36.pyc File 3.32 KB 0644
grep.cpython-36.opt-1.pyc File 6.59 KB 0644
grep.cpython-36.opt-2.pyc File 4.79 KB 0644
grep.cpython-36.pyc File 6.59 KB 0644
help.cpython-36.opt-1.pyc File 10.05 KB 0644
help.cpython-36.opt-2.pyc File 7.37 KB 0644
help.cpython-36.pyc File 10.05 KB 0644
help_about.cpython-36.opt-1.pyc File 7.25 KB 0644
help_about.cpython-36.opt-2.pyc File 6.15 KB 0644
help_about.cpython-36.pyc File 7.25 KB 0644
history.cpython-36.opt-1.pyc File 3.32 KB 0644
history.cpython-36.opt-2.pyc File 2.11 KB 0644
history.cpython-36.pyc File 3.32 KB 0644
hyperparser.cpython-36.opt-1.pyc File 6.62 KB 0644
hyperparser.cpython-36.opt-2.pyc File 5.33 KB 0644
hyperparser.cpython-36.pyc File 6.62 KB 0644
idle.cpython-36.opt-1.pyc File 335 B 0644
idle.cpython-36.opt-2.pyc File 327 B 0644
idle.cpython-36.pyc File 335 B 0644
iomenu.cpython-36.opt-1.pyc File 13.45 KB 0644
iomenu.cpython-36.opt-2.pyc File 13.03 KB 0644
iomenu.cpython-36.pyc File 13.45 KB 0644
macosx.cpython-36.opt-1.pyc File 7.43 KB 0644
macosx.cpython-36.opt-2.pyc File 5.29 KB 0644
macosx.cpython-36.pyc File 7.43 KB 0644
mainmenu.cpython-36.opt-1.pyc File 3.72 KB 0644
mainmenu.cpython-36.opt-2.pyc File 3.25 KB 0644
mainmenu.cpython-36.pyc File 3.72 KB 0644
multicall.cpython-36.opt-1.pyc File 14.94 KB 0644
multicall.cpython-36.opt-2.pyc File 12.63 KB 0644
multicall.cpython-36.pyc File 15 KB 0644
outwin.cpython-36.opt-1.pyc File 5.98 KB 0644
outwin.cpython-36.opt-2.pyc File 4.32 KB 0644
outwin.cpython-36.pyc File 5.98 KB 0644
paragraph.cpython-36.opt-1.pyc File 5.8 KB 0644
paragraph.cpython-36.opt-2.pyc File 3.95 KB 0644
paragraph.cpython-36.pyc File 5.8 KB 0644
parenmatch.cpython-36.opt-1.pyc File 6.23 KB 0644
parenmatch.cpython-36.opt-2.pyc File 4.71 KB 0644
parenmatch.cpython-36.pyc File 6.23 KB 0644
pathbrowser.cpython-36.opt-1.pyc File 3.66 KB 0644
pathbrowser.cpython-36.opt-2.pyc File 3.51 KB 0644
pathbrowser.cpython-36.pyc File 3.66 KB 0644
percolator.cpython-36.opt-1.pyc File 3.43 KB 0644
percolator.cpython-36.opt-2.pyc File 3.42 KB 0644
percolator.cpython-36.pyc File 3.56 KB 0644
pyparse.cpython-36.opt-1.pyc File 11.4 KB 0644
pyparse.cpython-36.opt-2.pyc File 7.9 KB 0644
pyparse.cpython-36.pyc File 11.75 KB 0644
pyshell.cpython-36.opt-1.pyc File 41.73 KB 0644
pyshell.cpython-36.opt-2.pyc File 39.24 KB 0644
pyshell.cpython-36.pyc File 41.85 KB 0644
query.cpython-36.opt-1.pyc File 10.19 KB 0644
query.cpython-36.opt-2.pyc File 8.11 KB 0644
query.cpython-36.pyc File 10.19 KB 0644
redirector.cpython-36.opt-1.pyc File 6.6 KB 0644
redirector.cpython-36.opt-2.pyc File 3.24 KB 0644
redirector.cpython-36.pyc File 6.6 KB 0644
replace.cpython-36.opt-1.pyc File 6.92 KB 0644
replace.cpython-36.opt-2.pyc File 6.27 KB 0644
replace.cpython-36.pyc File 6.92 KB 0644
rpc.cpython-36.opt-1.pyc File 19.1 KB 0644
rpc.cpython-36.opt-2.pyc File 15.63 KB 0644
rpc.cpython-36.pyc File 19.18 KB 0644
rstrip.cpython-36.opt-1.pyc File 1.05 KB 0644
rstrip.cpython-36.opt-2.pyc File 990 B 0644
rstrip.cpython-36.pyc File 1.05 KB 0644
run.cpython-36.opt-1.pyc File 14.99 KB 0644
run.cpython-36.opt-2.pyc File 13 KB 0644
run.cpython-36.pyc File 15.03 KB 0644
runscript.cpython-36.opt-1.pyc File 6.33 KB 0644
runscript.cpython-36.opt-2.pyc File 5.15 KB 0644
runscript.cpython-36.pyc File 6.33 KB 0644
scrolledlist.cpython-36.opt-1.pyc File 5.26 KB 0644
scrolledlist.cpython-36.opt-2.pyc File 5.25 KB 0644
scrolledlist.cpython-36.pyc File 5.26 KB 0644
search.cpython-36.opt-1.pyc File 3.46 KB 0644
search.cpython-36.opt-2.pyc File 3.2 KB 0644
search.cpython-36.pyc File 3.46 KB 0644
searchbase.cpython-36.opt-1.pyc File 7.79 KB 0644
searchbase.cpython-36.opt-2.pyc File 5.09 KB 0644
searchbase.cpython-36.pyc File 7.79 KB 0644
searchengine.cpython-36.opt-1.pyc File 6.68 KB 0644
searchengine.cpython-36.opt-2.pyc File 5.06 KB 0644
searchengine.cpython-36.pyc File 6.68 KB 0644
squeezer.cpython-36.opt-1.pyc File 9.67 KB 0644
squeezer.cpython-36.opt-2.pyc File 6.56 KB 0644
squeezer.cpython-36.pyc File 9.71 KB 0644
stackviewer.cpython-36.opt-1.pyc File 4.94 KB 0644
stackviewer.cpython-36.opt-2.pyc File 4.93 KB 0644
stackviewer.cpython-36.pyc File 4.94 KB 0644
statusbar.cpython-36.opt-1.pyc File 1.9 KB 0644
statusbar.cpython-36.opt-2.pyc File 1.89 KB 0644
statusbar.cpython-36.pyc File 1.9 KB 0644
textview.cpython-36.opt-1.pyc File 6.29 KB 0644
textview.cpython-36.opt-2.pyc File 4.74 KB 0644
textview.cpython-36.pyc File 6.29 KB 0644
tooltip.cpython-36.opt-1.pyc File 6.41 KB 0644
tooltip.cpython-36.opt-2.pyc File 4.82 KB 0644
tooltip.cpython-36.pyc File 6.41 KB 0644
tree.cpython-36.opt-1.pyc File 13.94 KB 0644
tree.cpython-36.opt-2.pyc File 13.18 KB 0644
tree.cpython-36.pyc File 13.94 KB 0644
undo.cpython-36.opt-1.pyc File 10.53 KB 0644
undo.cpython-36.opt-2.pyc File 10.52 KB 0644
undo.cpython-36.pyc File 10.53 KB 0644
window.cpython-36.opt-1.pyc File 3.08 KB 0644
window.cpython-36.opt-2.pyc File 3.07 KB 0644
window.cpython-36.pyc File 3.08 KB 0644
zoomheight.cpython-36.opt-1.pyc File 1.37 KB 0644
zoomheight.cpython-36.opt-2.pyc File 1.31 KB 0644
zoomheight.cpython-36.pyc File 1.37 KB 0644
zzdummy.cpython-36.opt-1.pyc File 1.18 KB 0644
zzdummy.cpython-36.opt-2.pyc File 1.1 KB 0644
zzdummy.cpython-36.pyc File 1.18 KB 0644