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/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //opt/alt/python27/lib64/python2.7/pydoc.pyo
�
�V~gc@s8dZdZdZdZdZddlZddlZddlZddlZddl	Z	ddl
Z
ddlZddlZddl
Z
ddlmZddlmZmZmZmZmZmZmZmZdd	lmZydd
lmZWn'ek
r!defd��YZnXd
�Zd�Z d�Z!d�Z"d�Z#d�Z$d�Z%ej&dej'�Z(d�Z)d�Z*d�Z+d�Z,e-e-d�Z.d�Z/y
e0Z1Wn9e2k
r�de3fd��YZ1dZ4dd�Z5n%Xddl6Z6e6j7�Z4e-d�Z5d �Z8d!�Z9d"�Z:id#�Z;d$e<fd%��YZ=d&�Z>d'id(�Z?d)fd*��YZ@d+efd,��YZAd-e@fd.��YZBd/efd0��YZCd1e@fd2��YZDd3�aEd4�ZFd5�ZGd6�ZHd7�ZId8�ZJd9�ZKd:�ZLd'd;�ZMeD�ZNeB�ZOd<fd=��YZPeQeP��ZRd'd>�ZSd?d'd@�ZTd?d'dA�ZUd'dB�ZVdCe-dD�ZWdEfdF��YZXeX�ZYdGfdH��YZZdIfdJ��YZ[dK�Z\e-e-dL�Z]dM�Z^dN�Z_dO�Z`eadPkr4e`�ndS(Qs�Generate Python documentation in HTML or text for interactive use.

In the Python interpreter, do "from pydoc import help" to provide online
help.  Calling help(thing) on a Python object documents the object.

Or, at the shell command line outside of Python:

Run "pydoc <name>" to show documentation on something.  <name> may be
the name of a function, module, package, or a dotted reference to a
class or function within a module or module in a package.  If the
argument contains a path segment delimiter (e.g. slash on Unix,
backslash on Windows) it is treated as the path to a Python source file.

Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines
of all available modules.

Run "pydoc -p <port>" to start an HTTP server on a given port on the
local machine to generate documentation web pages.  Port number 0 can be
used to get an arbitrary unused port.

Run "pydoc -w <name>" to write out the HTML documentation for a module
to a file named "<name>.html".

Module docs for core modules are assumed to be in

    https://docs.python.org/library/

This can be overridden by setting the PYTHONDOCS environment variable
to a different URL or to a local directory containing the Library
Reference Manual pages.
sKa-Ping Yee <ping@lfw.org>s26 February 2001s$Revision: 88564 $s�Guido van Rossum, for an excellent programming language.
Tommy Burnette, the original creator of manpy.
Paul Prescod, for all his work on onlinehelp.
Richard Chamberlain, for the first implementation of textdoc.
i����N(tRepr(t
expandtabstfindtjointlowertsplittstriptrfindtrstrip(t
extract_tb(tdequeR
cBseZd�ZRS(cCs
|jd�S(Ni(tpop(tself((s*/opt/alt/python27/lib64/python2.7/pydoc.pytpopleft>s(t__name__t
__module__R
(((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR
=scCs�g}g}xvtjD]k}tjj|p.d�}tjj|�}||krtjj|�r|j|�|j|�qqW|S(sAConvert sys.path into a list of absolute, existing, unique paths.t.(tsystpathtostabspathtnormcasetisdirtappend(tdirstnormdirstdirtnormdir((s*/opt/alt/python27/lib64/python2.7/pydoc.pytpathdirsCs
cCsOtj|�ptj|�}t|�}|rKtjddt|��pNdS(s-Get the doc string or comments for an object.s^ *
t(tinspecttgetdoctgetcommentst_encodetretsubR(tobjecttresult((s*/opt/alt/python27/lib64/python2.7/pydoc.pyROscCs�tt|�d�}t|�dkr5|ddfSt|�dkrst|d�rs|dt|dd�fSdt|d�fS(s>Split a doc string into a synopsis line (if any) and the rest.s
iiRi(RRtlenRR(tdoctlines((s*/opt/alt/python27/lib64/python2.7/pydoc.pytsplitdocUs#cCs0|j}|j|kr,|jd|}n|S(s@Get a class name and qualify it with a module name if necessary.R(RR(R$tmodnametname((s*/opt/alt/python27/lib64/python2.7/pydoc.pyt	classname^s	cCsYtj|�pWtj|�pWtj|�pWtj|�pWtj|�pWtj|�S(s>Check if an object is of a type that probably means it's data.(Rtismoduletisclasst	isroutinetisframetistracebacktiscode(R$((s*/opt/alt/python27/lib64/python2.7/pydoc.pytisdataescGs;x4|r6tt||d�|d�}|d}qW|S(s/Do a series of global replacements on a string.iii(RR(ttexttpairs((s*/opt/alt/python27/lib64/python2.7/pydoc.pytreplaceks	 cCsbt|�|kr^td|dd�}td|d|�}|| d|t|�|S|S(sCOmit part of a string if needed to make it fit in a maximum length.iiis...(R&tmax(R4tmaxlentpretpost((s*/opt/alt/python27/lib64/python2.7/pydoc.pytcramrs
s at 0x[0-9a-f]{6,16}(>+)$cCstjd|�S(s>Remove the hexadecimal id from a Python object representation.s\1(t_re_stripidR#(R4((s*/opt/alt/python27/lib64/python2.7/pydoc.pytstripid{scCstj|�ptj|�S(N(Rtismethodtismethoddescriptor(tobj((s*/opt/alt/python27/lib64/python2.7/pydoc.pyt_is_some_method�scCs�i}x*tj|t�D]\}}d||<qWx$|jD]}|jt|��q=Wx'|j�D]}t||�||<qgW|S(Ni(Rt
getmembersRAt	__bases__tupdatet
allmethodstkeystgetattr(tcltmethodstkeytvaluetbase((s*/opt/alt/python27/lib64/python2.7/pydoc.pyRE�scCsPg}g}x7|D]/}||�r5|j|�q|j|�qW||fS(s�Split sequence s via predicate, and return pair ([true], [false]).

    The return value is a 2-tuple of lists,
        ([x for x in s if predicate(x)],
         [x for x in s if not predicate(x)])
    (R(tst	predicatetyestnotx((s*/opt/alt/python27/lib64/python2.7/pydoc.pyt_split_list�s
cCs�d}||krd	S|jd
�r8|jd
�r8dS|jd�rZt|d
�rZdS|dk	rp||kS|jd�SdS(s3Decide whether to show documentation on a variable.t__builtins__t__doc__t__file__t__path__RRt	__slots__t__package__it__it_t_fieldsN(RSRTRURVRRRWRX(t
startswithtendswiththasattrtNone(R+tallR@t
_hidden_names((s*/opt/alt/python27/lib64/python2.7/pydoc.pytvisiblename�s
cCsd�}t|tj|��S(sCWrap inspect.classify_class_attrs, with fixup for data descriptors.cSs:|\}}}}tj|�r*d}n||||fS(Nsdata descriptor(Rtisdatadescriptor(tdataR+tkindtclsRK((s*/opt/alt/python27/lib64/python2.7/pydoc.pytfixup�s	(tmapRtclassify_class_attrs(R$Rg((s*/opt/alt/python27/lib64/python2.7/pydoc.pyRi�s	t_unicodecBseZRS((RR(((s*/opt/alt/python27/lib64/python2.7/pydoc.pyRj�stasciicCs|S(N((R4tencoding((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR!�scCs-t|t�r%|j|ptd�S|SdS(Ntxmlcharrefreplace(t
isinstancetunicodetencodet	_encoding(R4Rl((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR!�scCs)t|t�r|jtd�St|�S(NRm(RnRjRpRqtstr(R@((s*/opt/alt/python27/lib64/python2.7/pydoc.pyt_binstr�scCsStjj|�rOx:dD]/}tjjtjj|d|��rtSqWntS(s3Guess whether a path refers to a package directory.s.pys.pycs.pyot__init__(s.pys.pycs.pyo(RRRtisfileRtTruetFalse(Rtext((s*/opt/alt/python27/lib64/python2.7/pydoc.pyt	ispackage�s

%cCs�|j�}x7|d dks,t|�rE|j�}|sPqqWt|�}|d dkro|d}n|d dkr�|d}|ddkr�|d }nx&t|�s�|j�}|s�Pq�q�Wtt|d�d	�}nd}|S(
Nit#isr"""is"""i����s\i(treadlineRRR_(tfiletlineR%((s*/opt/alt/python27/lib64/python2.7/pydoc.pytsource_synopsis�s& 


cCstj|�j}|j|d�\}}|dksB||krtj|�}yt|�}Wntk
rudSX|r�d|dkr�y t	j
d|||d�}WndSX|jr�|jj�dnd}t
jd=nt|�}|j�||f||<n|S(s.Get the one-line summary out of a module file.tbit__temp__iiN(NN(Rtstattst_mtimetgetR_Rt
getmoduleinfotopentIOErrortimptload_moduleRTt
splitlinesRtmodulesR~tclose(tfilenametcachetmtimet
lastupdateR%tinfoR|tmodule((s*/opt/alt/python27/lib64/python2.7/pydoc.pytsynopsis�s&
 "

tErrorDuringImportcBs eZdZd�Zd�ZRS(sEErrors that occurred while trying to import something to document it.cCs7|\}}}||_||_||_||_dS(N(R�texcRKttb(RR�texc_infoR�RKR�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyRt	s
			cCsA|j}t|�tjkr*|j}nd|j||jfS(Nsproblem in %s - %s: %s(R�ttypettypest	ClassTypeRR�RK(RR�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyt__str__s	(RRRTRtR�(((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�s	cCs�tj�}t|d�}|jt|��|krBtj}n	tj}|j�tj	j
|�}tj	j|�\}}t|d�}y%tj||||d|f�}Wnt
|tj���nX|j�|S(s<Import a Python source file or compiled file given its path.tr(R�t	get_magicR�treadR&tPY_COMPILEDt	PY_SOURCER�RRtbasenametsplitextR�R�RR�(RtmagicR|ReR�R+RxR�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyt
importfiles	
%
icCs�y�|r�|tjkr�|tjkr�gtjD]}|j|d�r1|^q1}x3|g|D]!}tj|||<tj|=qdWq�nt|�}Wn�tj�\}}}	}
|tjkr�ttj|j|
��qJ|tkrt|j	|
��qJ|t
kr1t|	�dddkr1dSt|tj���nXxCt
|d�dD].}yt||�}Wq^tk
r�dSXq^W|S(s�Import a module; handle errors; return None if the module isn't found.

    If the module *is* found but an exception occurs, it's wrapped in an
    ErrorDuringImport exception and reraised.  Unlike __import__, if a
    package path is specified, the module at the end of the path is returned,
    not the package at the beginning.  If the optional 'forceload' argument
    is 1, we reload the module from disk (unless it's a dynamic extension).Ri����it
safeimportiN(RR�tbuiltin_module_namesR\t
__import__R�R�RUtSyntaxErrorR�tImportErrorR	R_RRGtAttributeError(Rt	forceloadR�tmtsubsRJR�R�RKR�R�tpart((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�)s./&
	tDoccBsieZdd�Zdd�ZeZZZZZ	Z
ejj
ejddejdd!�d�ZRS(cGs�||f|}tj|�r,|j|�Stj|�rH|j|�SyXtj|�rg|j|�Stj|�r�|j|�Stj|�r�|j	|�SWnt
k
r�nXt|t�r�|j
|�S|j|�S(s%Generate documentation for an object.(RtisgetsetdescriptortdocdatatismemberdescriptorR-t	docmoduleR.tdocclassR/t
docroutineR�Rntpropertytdocpropertytdocother(RR$R+targs((s*/opt/alt/python27/lib64/python2.7/pydoc.pytdocument\s"





cGs6d|odt|�t|�jf}t|�dS(s+Raise an exception for unimplemented types.s.don't know how to document object%s of type %st N(treprR�Rt	TypeError(RR$R+R�tmessage((s*/opt/alt/python27/lib64/python2.7/pydoc.pytfailns&tlibtpythoniicCsytj|�}Wntk
r,d}nXtjjdd�}tjj|�}t|t	t��r|j
dks�|j|�r|jtjj|d��r|j
dkr|jd�r�d|j
d�|j
j�f}qtjj||j
j�d�}nd}|S(s*Return the location of module docs or Nones
(built-in)t
PYTHONDOCSshttps://docs.python.org/libraryterrnot
exceptionstgcR�tmarshaltposixtsignalRtthreadt	zipimports
site-packagess	xml.etreestest.pydoc_modshttp://shttps://s%s/%st/s.html(
R�R�R�R�R�R�R�RR�R�(s	xml.etreestest.pydoc_mod(shttp://shttps://N(Rt
getabsfileR�RtenvironR�RRRnR�RR\RRRR_(RR$tbasedirR|tdocloc((s*/opt/alt/python27/lib64/python2.7/pydoc.pyt	getdoclocvs&

		%%N(RRR_R�R�R�R�R�R�R�R�RRRRtexec_prefixtversionR�(((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�[s
tHTMLReprcBsPeZdZd�Zd�Zd�Zd�Zd�ZeZd�Z	eZ
RS(sBClass for safely making an HTML representation of a Python object.cCs:tj|�d|_|_d|_d|_|_dS(Nii
id(RRttmaxlisttmaxtupletmaxdictt	maxstringtmaxother(R((s*/opt/alt/python27/lib64/python2.7/pydoc.pyRt�s
	cCst|dddddd�S(Nt&s&amp;t<s&lt;t>s&gt;(R6(RR4((s*/opt/alt/python27/lib64/python2.7/pydoc.pytescape�scCstj||�S(N(RR�(RR$((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��scCs�tt|�d�r_dttt|�j�d�}t||�r_t||�||�Sn|jttt	|��|j
��S(NRtrepr_RZ(R^R�RRRRGR�R;R=R�R�(RRQtlevelt
methodname((s*/opt/alt/python27/lib64/python2.7/pydoc.pytrepr1�s
"cCst||j�}t|�}d|krcdt|dd�krcd|d|j|�|dStjdd|j|��S(Ns\s\\RR�is-((\\[\\abfnrtv\'"]|\\[0-9]..|\\x..|\\u....)+)s<font color="#c040c0">\1</font>(R;R�R�R6R�R"R#(RRQR�ttestttestrepr((s*/opt/alt/python27/lib64/python2.7/pydoc.pytrepr_string�s$!	cCsKy)|jttt|��|j��SWn|jd|jj�SXdS(Ns
<%s instance>(R�R;R=R�R�t	__class__R(RRQR�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyt
repr_instance�s)(RRRTRtR�R�R�R�trepr_strR�trepr_unicode(((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��s						tHTMLDoccBsOeZdZe�ZejZejZd�Zdd�Zddddd�Z
d�Zd�Zd	d
�Z
d�Zd�Zd
�Zd�Zd�Zdiiid�Zdd�Zddd�Zddiid�Zd�Zddiiidd�Zd�Zdddd�Zddd�Zdddd�Zdd�ZRS(s'Formatter class for HTML documentation.cCstd||fd�S(sFormat an HTML page.s�
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: %s</title>
<meta charset="utf-8">
</head><body bgcolor="#f0f0f8">
%s
</body></html>Rk(R!(Rttitletcontents((s*/opt/alt/python27/lib64/python2.7/pydoc.pytpage�sRcCsd|||||pdfS(sFormat a page heading.s'
<table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="%s">
<td valign=bottom>&nbsp;<br>
<font color="%s" face="helvetica, arial">&nbsp;<br>%s</font></td
><td align=right valign=bottom
><font color="%s" face="helvetica, arial">%s</font></td></tr></table>
    s&nbsp;((RR�tfgcoltbgcoltextras((s*/opt/alt/python27/lib64/python2.7/pydoc.pytheading�s	is&nbsp;c	
Csz|dkr!dd|d}nd|||f}	|rW|	d||||f}	n|	d|||f}	|	d|S(	s Format a section with a heading.s<tt>s&nbsp;s</tt>s�<p>
<table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="%s">
<td colspan=3 valign=bottom>&nbsp;<br>
<font color="%s" face="helvetica, arial">%s</font></td></tr>
    sR
<tr bgcolor="%s"><td rowspan=2>%s</td>
<td colspan=2>%s</td></tr>
<tr><td>%s</td>s(
<tr><td bgcolor="%s">%s</td><td>%s</td>s'
<td width="100%%">%s</td></tr></table>N(R_(
RR�R�R�R�twidthtpreludet
marginaliatgapR%((s*/opt/alt/python27/lib64/python2.7/pydoc.pytsection�scGsd|}|j||�S(s$Format a section with a big heading.s<big><strong>%s</strong></big>(R�(RR�R�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyt
bigsection�s
c
Cs7|jt|��}t|dddddddd�	S(s!Format literal preformatted text.s

s
 
R�s&nbsp;s
s<br>
(R�RR6(RR4((s*/opt/alt/python27/lib64/python2.7/pydoc.pyt	preformat�sicCs�d}t|�|d|}x�t|�D]u}|dd|}xPt|||||�D]3}|t|�kr_||||�d}q_q_W|d}q+Wd|S(s0Format a list of items into a multi-column list.Ris<td width="%d%%" valign=top>ids<br>
s</td>s7<table width="100%%" summary="list"><tr>%s</tr></table>(R&trange(RtlisttformattcolsR%trowstcolti((s*/opt/alt/python27/lib64/python2.7/pydoc.pytmulticolumn�s"cCsd|S(Ns<font color="#909090">%s</font>((RR4((s*/opt/alt/python27/lib64/python2.7/pydoc.pytgrey	RcGs3x,|D]$}||krd|||fSqW|S(s:Make a link for an identifier, given name-to-URL mappings.s<a href="%s">%s</a>((RR+tdictstdict((s*/opt/alt/python27/lib64/python2.7/pydoc.pytnamelinks
cCsm|jtjj|j�}}t||�r`t||�|kr`d|j|t||�fSt||�S(sMake a link for a class.s<a href="%s.html#%s">%s</a>(RRR�R�RR^RGR,(RR$R*R+R�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyt	classlinks
$cCsd|j|jfS(sMake a link for a module.s<a href="%s.html">%s</a>(R(RR$((s*/opt/alt/python27/lib64/python2.7/pydoc.pyt
modulelinkscCso|\}}}}|r%|j|�S|r>d||f}n
d|}|r[d|}n|}d||fS(s;Make a link for a module or package to display in an index.s
%s.%s.htmls%s.htmls"<strong>%s</strong>&nbsp;(package)s<a href="%s">%s</a>(R�(RRdR+RRytshadowedturlR4((s*/opt/alt/python27/lib64/python2.7/pydoc.pyt
modpkglinks


cCs|p|j}g}d}tjd�}x�tr�|j||�}	|	sOPn|	j�\}
}|j||||
!��|	j�\}}
}}}}|
r�||�jdd�}|jd||f�n|rdt	|�}|jd|||�f�n�|r=dt	|�}|jd|||�f�n�|r�|||d!d	krz|jd
|j
||��q�|jd|�nR|||d!d	kr�|j|j
||||��n|j|j
||��|}q-W|j|||��t|d�S(
s�Mark up some plain text, given a context of symbols to look for.
        Each context dictionary maps object names to anchor names.isD\b((http|ftp)://\S+[\w/]|RFC[- ]?(\d+)|PEP[- ]?(\d+)|(self\.)?(\w+))t"s&quot;s<a href="%s">%s</a>s'http://www.rfc-editor.org/rfc/rfc%d.txts(http://www.python.org/dev/peps/pep-%04d/it(sself.sself.<strong>%s</strong>R(R�R"tcompileRvtsearchtspanRtgroupsR6tintRR(RR4R�tfuncstclassesRItresultstheretpatterntmatchtstarttendR`tschemetrfctpeptselfdotR+R((s*/opt/alt/python27/lib64/python2.7/pydoc.pytmarkup-s<	   "
c
Csd}x�|D]�}t|�td	�kr�|\}}|d}||j||�}|r�||fkr�g}x'|D]}	|j|j|	|��qyW|dt|d�d}n|d}q
t|�tg�kr
|d|j|||�}q
q
Wd|S(
sAProduce HTML for a class tree as given by inspect.getclasstree().Rs"<dt><font face="helvetica, arial">Rs, t)s

</font></dt>s
<dd>
%s</dd>
s
<dl>
%s</dl>
((R�RRRt
formattree(
RttreeR*tparentR%tentrytctbasestparentsRL((s*/opt/alt/python27/lib64/python2.7/pydoc.pyRXs 



c$Gs�|j}y
|j}Wntk
r/d}nXt|d�}g}xJtt|�d�D]2}|jdt||d d�||f�q\Wt||dd�}	d|	}
yVt	j
|�}|}tjdkr�ddl
}
|
j|�}nd||f}Wntk
r"d	}nXg}t|d
�r�t|j�}|d d.kr}|ddkr}t|dd!�}n|jd|j|��nt|d�r�|j|jt|j���n|r�|
dt|d�}
n|j|�}|dk	rdt�}nd}|j|
ddd||�}t	j|t	j�}gi}}x�t	j|t	j�D]t\}}|dk	s�t	j|�p�||krtt|||�r�|j||f�d|||<||<q�qtqtWx�|D]�\}}x�|jD]�}|j|j}}tj j!|�}||kr	|r	t||�r	t"||�|kr�||kr�|d|||<||<q�q�q	q	Wq�Wgi}}x�t	j|t	j#�D]�\}}|dk	st	j$|�st	j|�|kr�t|||�rY|j||f�d|||<t	j%|�rV||||<qVqYq�q�Wg}xHt	j|t&�D]4\}}t|||�rv|j||f�qvqvW|j't(|�|j)||�}|o�d|}|d|}t|d�rg}x<t*j+|j,�D](\} }}!|j|||!df�qW|j-�|j.||j/�}"||j0ddd|"�}n=|r�|j.||d ��}"||j0d!dd|"�}n|rSt1d"�|�}#|j2t	j3|#d�|�g}"x6|D].\}}|"j|j4|||||��q�W||j0d#dd$t|"��}n|r�g}"x6|D].\}}|"j|j4|||||��qfW||j0d%dd&t|"��}n|r!g}"x-|D]%\}}|"j|j4||��q�W||j0d'dd(t|"d)��}nt|d*�rm|j't|j5�|j)�}"||j0d+dd|"�}nt|d,�r�|j't|j6�|j)�}"||j0d-dd|"�}n|S(/s/Produce HTML documentation for a module object.Ris5<a href="%s.html"><font color="#ffffff">%s</font></a>i����s)<big><big><strong>%s</strong></big></big>twin32Ns<a href="file:%s">%s</a>s
(built-in)t__version__it$s
Revision: s
version %st__date__s (%s)s, s(<br><a href="%(docloc)s">Module Docs</a>Rs#ffffffs#7799ees<a href=".">index</a><br>Rzs.html#s#-s<tt>%s</tt>s
<p>%s</p>
RVisPackage Contentss#aa55cccSs|j|d�S(Ni(R(t	key_valueRM((s*/opt/alt/python27/lib64/python2.7/pydoc.pyt<lambda>�RtModulescSs|dS(Ni((R'((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(�RtClassess#ee77aat	Functionss#eeaa77tDatas#55aa55s<br>
t
__author__tAuthort__credits__tCreditss$Revision: (7Rt__all__R�R_RR�R&RRRR�Rtplatformt
nturl2pathtpathname2urlR�R^RsR$RR�R&R�tlocalsR�RBR-R.t	getmoduleRbRCRR�R�RGR/t	isbuiltint
isfunctionR3RRR�tpkgutiltiter_modulesRVtsortR�RR�RhRtgetclasstreeR�R-R/($RR$R+tmodtignoredR`tpartstlinksR�t
linkednametheadRRR3tfilelinkR�R�R�R%R�RtcdictRJRKRLR*R�RtfdictRdR'tmodpkgstimportertispkgR�t	classlist((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�ks�	


'


 "	
" !+
"$!"
		!&	&				cs�j}|p|}�j}g}	|	j�dd(�fd��Y}
|
��ttj���}t|�dkr��j��d�x+|D]#}�d�j|�j	��q�W�d�n��������fd�}
����fd�}��������fd	�}t
�fd
�t���}i�x}|D]u\}}}}d|d|�|<}yt�|�}Wnt
k
r�nXy|�|<WqPtk
r�qPXqPWx\|r'|r�|j��n|d
d�t|�fd��\}}�tjkr.|}q�n.��krCd}nd�j��j	�}|d7}y|jdd��Wn!tk
r�|jd��nX|
d||d��}|
d||d��}|
d||d��}|d||d��}|d||d��}|}q�Wdj|	�}	||krVd ||f}nd!|||f}|r�g}x*|D]"}|j�j|�j	��q|W|d"t|d#�}n�jt���j����}|o�d$|}�j|d%d&|	d'|�S()s.Produce HTML documentation for a class object.tHorizontalRulecs eZd�Z�fd�ZRS(cSs
d|_dS(Ni(tneedone(R((s*/opt/alt/python27/lib64/python2.7/pydoc.pyRt�scs#|jr�d�nd|_dS(Ns<hr>
i(RK(R(tpush(s*/opt/alt/python27/lib64/python2.7/pydoc.pytmaybe�s	
(RRRtRM((RL(s*/opt/alt/python27/lib64/python2.7/pydoc.pyRJ�s	is&<dl><dt>Method resolution order:</dt>
s<dd>%s</dd>
s</dl>
c
s�t||�\}}|r��j��|�x�|D]�\}}}}yt�|�}Wn*tk
r���j||���n&X��j||��������d�q6Wn|S(Ns
(RRRMRGt	Exceptiont_docdescriptorR�(tmsgtattrsRNtokR+RethomeclsRK(RRthrtmdictR=R$RLR(s*/opt/alt/python27/lib64/python2.7/pydoc.pytspills


cslt||�\}}|rh�j��|�x6|D]+\}}}}��j||���q6Wn|S(N(RRRMRO(RPRQRNRRR+ReRSRK(RTR=RLR(s*/opt/alt/python27/lib64/python2.7/pydoc.pytspilldescriptorss

 c
st||�\}}|r�j��|�x�|D]�\}}}}�jt�|�|��}t|d�s�tj|�r�t|dd�}	nd}	|	dkr��d|�nB�jt	|��j
����}	d|	}	�d||	f��d�q6Wn|S(Nt__call__RTs<dl><dt>%s</dl>
s<dd><tt>%s</tt>s<dl><dt>%s%s</dl>
s
(RRRMR�RGR^RRcR_RRR�(
RPRQRNRRR+ReRSRKRLR'(RRRTRUR=R$RLR(s*/opt/alt/python27/lib64/python2.7/pydoc.pyt	spilldata s$


cst|dd��S(NiR@(Rb(Rd(R$(s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(6RRzt-ics|d�kS(Ni((tt(t	thisclass(s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(MRsdefined heresinherited from %ss:<br>
RJcSs|dS(Ni((R[((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR([RcSst|d|d�S(Ni(tcmp(tt1tt2((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(]Rs
Methods %scSs|ddkS(Nitmethod((R[((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(aRsClass methods %scSs|ddkS(Nisclass method((R[((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(cRsStatic methods %scSs|ddkS(Nis
static method((R[((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(eRsData descriptors %scSs|ddkS(Nisdata descriptor((R[((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(gRsData and other attributes %scSs|ddkS(NiRd((R[((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(iRRs*<a name="%s">class <strong>%s</strong></a>s/<strong>%s</strong> = <a name="%s">class %s</a>s(%s)s, s<tt>%s<br>&nbsp;</tt>s#000000s#ffc8d8i((RRCRR
RtgetmroR&RMRRtfilterRiRGRNR�R
RRt__builtin__R$R;RRRR�R�(RR$R+R=RRR>trealnameR!R�RJtmroRLRVRWRYRQRJReRSRKtanchort	inheritedttagR�R"R'((	RRRTRUR=R$RLRR\s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��s�				



$	$

		









 $cCs|jd|j|��S(s)Format an argument default value as text.t=(R�R�(RR$((s*/opt/alt/python27/lib64/python2.7/pydoc.pytformatvaluescCsG|j}|p|}|r$|jp'dd|}	d}
d}tj|�r�|j}|r�||k	r�d|j||�}
q�nD|jdk	r�d|j|jj|�}
nd|j||�}
|j}n||kr�d|	|f}
ne|r?||j	kr?|j	||kr?d|jd||f}d	}n|}d
|	||f}
tj
|�r�tj|�\}}}}tj||||d|j
�}|dkr�d
|}
|d	d!}q�nd}|
||
o�|jd|
�}|rd|S|jt|�|j|||�}|o2d|}d||fSdS(s;Produce HTML documentation for a function or method object.RRZis from s method of %s instances unbound %s methods$<a name="%s"><strong>%s</strong></a>s<a href="#%s">%s</a>is)<a name="%s"><strong>%s</strong></a> = %sRjs<lambda>s$<strong>%s</strong> <em>lambda</em> i����s(...)s'<font face="helvetica, arial">%s</font>s<dl><dt>%s</dt></dl>
s<dd><tt>%s</tt></dd>s<dl><dt>%s</dt>%s</dl>
N(RRR>tim_classRtim_selfR_R�tim_funct__dict__R8t
getargspect
formatargspecRjR�RRR�(RR$R+R=RRRIRHRdRftnotetskipdocstimclassR�treallinkR�tvarargstvarkwtdefaultstargspectdeclR'((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��sR				
cCsxg}|j}|r&|d|�n|jdk	ra|jt|�|j�}|d|�n|d�dj|�S(Ns!<dl><dt><strong>%s</strong></dt>
s<dd><tt>%s</tt></dd>
s</dl>
R(RRTR_RRR�R(RR+RKR=RRLR'((s*/opt/alt/python27/lib64/python2.7/pydoc.pyRO�s	
cCs|j|||�S(s*Produce html documentation for a property.(RO(RR$R+R=RH((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��scGs'|rd|pd}||j|�S(s-Produce HTML documentation for a data object.s<strong>%s</strong> = R(R�(RR$R+R=R>tlhs((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��scCs|j|||�S(s1Produce html documentation for a data descriptor.(RO(RR$R+R=RH((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��scCs�g}|dkri}nxLtj|g�D]8\}}}|j|d|||kf�d||<q.W|j�|j||j�}|j|dd|�S(s2Generate an HTML index for a directory of modules.Ris#ffffffs#ee77aaN(R_R9R:RR;R�RR�(RRRRFRGR+RHR�((s*/opt/alt/python27/lib64/python2.7/pydoc.pytindex�s	"
N(RRRTR�t_repr_instanceR�R�R�R�R_R�R�R�R�R�RRRRRRR�R�RjR�ROR�R�R�R{(((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��s8				
							+|�	5	
tTextReprcBs8eZdZd�Zd�Zd�ZeZd�ZRS(sAClass for safely making a text representation of a Python object.cCs:tj|�d|_|_d|_d|_|_dS(Nii
id(RRtR�R�R�R�R�(R((s*/opt/alt/python27/lib64/python2.7/pydoc.pyRt�s
	cCs{tt|�d�r_dttt|�j�d�}t||�r_t||�||�Snttt|��|j	�S(NRR�RZ(
R^R�RRRRGR;R=R�R�(RRQR�R�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��s
"cCs^t||j�}t|�}d|krZdt|dd�krZd|d||dS|S(Ns\s\\RR�i(R;R�R�R6(RRQR�R�R�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��s
$cCs9y ttt|��|j�SWnd|jjSXdS(Ns
<%s instance>(R;R=R�R�R�R(RRQR�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��s (RRRTRtR�R�R�R�(((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR}�s				tTextDoccBs�eZdZe�ZejZd�Zdd�Zd�Zddd�Z
ddd�Zddd�Zd	�Z
dddd
�Zd�Zdddd�Zdddd
�Zdddddd�ZRS(s'Formatter class for text documentation.cCsttd�|�d�S(s(Format a string in bold by overstriking.cSs|d|S(Ns((tch((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(RR(RRh(RR4((s*/opt/alt/python27/lib64/python2.7/pydoc.pytbold	ss    cCsX|s
dSt|d�}t|d�|�}|rKt|d�|d<nt|d�S(s6Indent text by prepending a given prefix to each line.Rs
cSs||S(N((R}tprefix((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(Ri����(RRhRR(RR4R�R(((s*/opt/alt/python27/lib64/python2.7/pydoc.pytindent
scCs(|j|�dt|j|��dS(s&Format a section with a given heading.s
s

(R�RR�(RR�R�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�sRc
Cs�d}x�|D]�}t|�td�kr�|\}}||t||�}|r�||fkr�t|d�|�}	|dt|	d�}n|d}q
t|�tg�kr
||j||||d�}q
q
W|S(sBRender in text a class tree as returned by inspect.getclasstree().RcSs
t||�S(N(R,(R R�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(#Rs(%s)s, s
s    ((R�R,RhRR(
RRR*RR�R%RR R!R"((s*/opt/alt/python27/lib64/python2.7/pydoc.pyRs

	cCs�|j}tt|��\}}|jd||o:d|�}y
|j}Wntk
rgd }nXytj|�}Wnt	k
r�d}nX||jd|�}|j
|�}	|	d k	r�||jd|	�}n|r�||jd|�}ng}
xutj|tj�D]^\}}|d k	sMtj
|�pD||krt|||�rx|
j||f�qxqqWg}
x~tj|tj�D]g\}}|d k	s�tj|�s�tj
|�|kr�t|||�r�|
j||f�q�q�q�Wg}xHtj|t�D]4\}}t|||�r|j||f�qqWg}t�}t|d�r�xWtj|j�D]C\}}}|j|�|r�|j|d�q�|j|�q�W|j�||jd	t|d
��}ng}xUtj|tj�D]>\}}|jj|d�r||kr|j|�qqW|r�|j�||jdt|d
��}n|
rtd
�|
�}|jtj|d�|�g}x0|
D](\}}|j|j |||��q�W||jdt|d
��}n|
rwg}x0|
D](\}}|j|j |||��q)W||jdt|d
��}n|r�g}x6|D].\}}|j|j!|||dd��q�W||jdt|d
��}nt|d�rKt"|j#�}|d d!kr2|ddkr2t$|dd!�}n||jd|�}nt|d�r|||jdt"|j%��}nt|d�r�||jdt"|j&��}nt|d�r�||jdt"|j'��}n|S("s5Produce text documentation for a given module object.tNAMEs - s
(built-in)tFILEsMODULE DOCStDESCRIPTIONRVs
 (package)sPACKAGE CONTENTSs
Rt
SUBMODULEScSs|dS(Ni((R'((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(oRitCLASSESt	FUNCTIONSR8iFtDATAR$iR%s
Revision: i����tVERSIONR&tDATER-tAUTHORR/tCREDITSNs$Revision: ((RR)RR�R1R�R_RR�R�R�RBR.R6RbRR/R7R3tsetR^R9R:RVtaddR;RR-R\RhRR<R�R�RsR$RR&R-R/(RR$R+R=tsynoptdescR%R`R|R�RRJRKRRdRFt
modpkgs_namesRGR*RHt
submodulesRIR�R�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�+s�	 




""$	"

	""
	 " "&" """cs�j}|p|}�j}�jd�}||krOd�j|�}n�j|�d|}|r�t||�}	|dt|	d�}nt��}
|
r�|
dgp�g}|j�tt	j
���}t|�dkr&�d�x"|D]}
�d	||
��q�W�d
�ndd �fd��Y}|�������fd
�}����fd�}�����fd�}t�fd�t
���}x|r�|r�|j��n|dd�t|�fd��\}}�tjkr|}q�n+��kr.d}ndt��j�}|j�|d||d��}|d||d��}|d||d��}|d||d��}|d||d��}|}q�Wdj|�}|s�|dS|d�jt|�d�dS(!s4Produce text documentation for a given class object.cSs
t||�S(N(R,(R R�((s*/opt/alt/python27/lib64/python2.7/pydoc.pytmakename�ssclass s	 = class s(%s)s, s
isMethod resolution order:s    RRJcs eZd�Z�fd�ZRS(cSs
d|_dS(Ni(RK(R((s*/opt/alt/python27/lib64/python2.7/pydoc.pyRt�scs'|jr�dd�nd|_dS(NRZiFi(RK(R(RL(s*/opt/alt/python27/lib64/python2.7/pydoc.pyRM�s	(RRRtRM((RL(s*/opt/alt/python27/lib64/python2.7/pydoc.pyRJ�s	cs�t||�\}}|r��j��|�xy|D]n\}}}}yt�|�}Wn*tk
r���j||���q6X��j||����q6Wn|S(N(RRRMRGRNROR�(RPRQRNRRR+ReRSRK(RTR=R$RLR(s*/opt/alt/python27/lib64/python2.7/pydoc.pyRV�s


cslt||�\}}|rh�j��|�x6|D]+\}}}}��j||���q6Wn|S(N(RRRMRO(RPRQRNRRR+ReRSRK(RTR=RLR(s*/opt/alt/python27/lib64/python2.7/pydoc.pyRW�s

 c	
s�t||�\}}|r��j��|�x�|D]w\}}}}t|d�sftj|�rut|�}nd}��jt�|�|�ddd|�d�q6Wn|S(NRXR8iFR's
(	RRRMR^RRcRR_R�RG(	RPRQRNRRR+ReRSRKR'(RTR=R$RLR(s*/opt/alt/python27/lib64/python2.7/pydoc.pyRY�s

$cst|dd��S(NiR@(Rb(Rd(R$(s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(�Rics|d�kS(Ni((R[(R\(s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(�Rsdefined heresinherited from %ssMethods %s:
cSs|ddkS(NiR`((R[((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(�RsClass methods %s:
cSs|ddkS(Nisclass method((R[((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(�RsStatic methods %s:
cSs|ddkS(Nis
static method((R[((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(�RsData descriptors %s:
cSs|ddkS(Nisdata descriptor((R[((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(�RsData and other attributes %s:
cSs|ddkS(NiRd((R[((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(�Rs |  ((RRCRR�RhRRRR
RRaR&RbRiR
RRRcR$R,R;R�R(RR$R+R=R>RdR!R�R�R"R'R�ReRLRJRVRWRYRQRgRh((RTR=R$RLRR\s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��sl			


					







cCsd|j|�S(s)Format an argument default value as text.Ri(R�(RR$((s*/opt/alt/python27/lib64/python2.7/pydoc.pyRjscCs�|j}|p|}d}d}tj|�r�|j}|rd||k	r�dt||�}q�n>|jdk	r�dt|jj|�}ndt||�}|j}n||kr�|j	|�}	nH|r�||j
kr�|j
||kr�d}n|j	|�d|}	tj|�r�tj|�\}
}}}
tj
|
|||
d|j�}|d	kr�|j	|�d
}	|dd!}q�nd}|	||}|r�|d
St|�p�d}|d
|o�t|j|��d
SdS(s;Produce text documentation for a function or method object.Ris from s method of %s instances unbound %s methodis = Rjs<lambda>s lambda i����s(...)s
N(RRR>RkR,RlR_R�RmR�RnR8RoRpRjRRR�(RR$R+R=RHRdRqRrRsR�R�RuRvRwRxRyR'((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�sB			cCszg}|j}|r5||j|��|d�nt|�pDd}|rm||j|��|d�ndj|�S(Ns
R(RR�RR�R(RR+RKR=RRLR'((s*/opt/alt/python27/lib64/python2.7/pydoc.pyRO6s	

cCs|j|||�S(s*Produce text documentation for a property.(RO(RR$R+R=RH((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�CscCs|j|||�S(s1Produce text documentation for a data descriptor.(RO(RR$R+R=RH((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�Gsc
Cs�|j|�}|r_|r%|dp(d|}|t|�}	|	dkr_||	 d}q_n|rx|j|�dp{d|}|dk	r�|d|jt|��7}n|S(s-Produce text documentation for a data object.s = Ris...s
N(R�R&R�R_R�Rr(
RR$R+R=RR8R'R�R}tchop((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�Ks# N(RRRTR}R|R�R�R�R�R_RR�R�RjR�ROR�R�R�(((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR~s				dx	+	
cCst�at|�dS(sCThe first time this is called, determine what kind of pager to use.N(tgetpagertpager(R4((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�Ys	cCs�ttj�tjk	rtSttjd�s2tStjj�sRtjj�rVtSdt	j
kr�tjdkr{d�St	j
jd�dkr�d�Sd	�Snt	j
jd�dkr�tStjdks�tjj
d
�r�d�Stt	d�rt	jd
�dkrd�Sddl}|j�\}}t	j|�z7tt	d�rpt	jd|�dkrpd�StSWdt	j|�XdS(s2Decide what method to use for paging through text.tisattytPAGERR#cSstt|�tjd�S(NR�(t
tempfilepagertplainRR�(R4((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(iRtTERMtdumbtemacscSstt|�tjd�S(NR�(t	pipepagerR�RR�(R4((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(kRcSst|tjd�S(NR�(R�RR�(R4((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(mRtos2cSstt|�d�S(Nsmore <(R�R�(R4((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(qRtsystems(less) 2>/dev/nullicSs
t|d�S(Ntless(R�(R4((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(sRi����Ns	more "%s"cSs
t|d�S(Ntmore(R�(R4((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(zR(R�R�(R�R�(R�RtstdoutR�tFileTypet
plainpagerR^tstdinR�RR�R2R�R\R�ttempfiletmkstempR�tttypagertunlink(R�tfdR�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�_s4 
!$
(cCstjdd|�S(s%Remove boldface formatting from text.s.R(R"R#(R4((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��scCsKtj|d�}y!|jt|��|j�Wntk
rFnXdS(s3Page through text by feeding it to another program.twN(RtpopentwriteR!R�R�(R4tcmdtpipe((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��s
cCsvddl}|j�}t|d�}|jt|��|j�ztj|d|d�Wdtj|�XdS(s<Page through text by invoking a program on a temporary file.i����NR�s "R(	R�tmktempR�R�R!R�RR�R�(R4R�R�R�R|((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��s
c
Cs?ttt|�ttjdt���jd�}yDddl}tjj	�}|j
|�}|j|�d�}Wn&tt
fk
r�d}d�}nXzxyttjjdd��}Wntk
r�d}nX|d	kr�d
}n|d	}}tjjt|| d�d�x�||rtjjd�tjj�|�}	|	dkrstjjd�Pn8|	dkr�tjjd||d�|d	}q#n|	dkr�|||}|dkr�d}q�ntjjdt||||!d�d�||}q#WWd|r:|j||j|�nXdS(s%Page through text on a text terminal.Rls
i����NcSstjjd�S(Ni(RR�R�(((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(�RcSstjj�d d S(Ni����i(RR�R{(((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(�RtLINESiiis
-- more --tqtQs
          
s
RtBs(R�R�(s
s
(RR�s(R�R!RGRR�RqRtttyR�tfilenot	tcgetattrt	setcbreakR�R�R_R
RR�R�t
ValueErrorR�Rtflusht	tcsetattrt	TCSAFLUSH(
R4R(R�R�toldtgetcharthR�tincR ((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��sL3




	!

	
,cCs2tjjtt|�ttjdt���dS(s>Simply print unformatted text.  This is the ultimate fallback.RlN(RR�R�R!R�RGRq(R4((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��scCsJtj|�rT|jtjkr,d|jSt|d�rFd|jSd|jSntj|�rnd|jStj|�r�d|jj	|jj|jfStj
|�r�d|jj	|jj|jfStj|�r�d|jStj|�rd	|jStj
|�rd
|jSt|�tjkr=d|jjSt|�jS(s/Produce a short description of the given thing.sbuilt-in module RVspackage smodule sbuilt-in function sgetset descriptor %s.%s.%ssmember descriptor %s.%s.%ssclass s	function smethod sinstance of (RR-RRR�R^R7R�t__objclass__RR�R.R8R>R�R�tInstanceTypeR�(tthing((s*/opt/alt/python27/lib64/python2.7/pydoc.pytdescribe�s2cCs�gt|d�D]}|r|^q}d\}}xQ|t|�kr�tt||d d�|�}|r�||d}}q7Pq7W|r�|}nt}x:||D].}yt||�}Wq�tk
r�dSXq�W|S(s@Locate an object by name or dotted path, importing as necessary.RiiN(Ni(RR_R&R�RRcRGR�(RR�R�R?R�tnt
nextmoduleR$((s*/opt/alt/python27/lib64/python2.7/pydoc.pytlocate�s ( 	
	t_OldStyleClasscBseZRS((RR(((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��scCsyt|t�rDt||�}|dkr:td|�n||fSt|dd�}|t|t�rn|ndfSdS(sDGiven an object or a path to an object, get the object and its name.s$no Python documentation found for %rRN(RnRrR�R_R�RG(R�R�R$R+((s*/opt/alt/python27/lib64/python2.7/pydoc.pytresolves
s Python Library Documentation: %scCs3t||�\}}t|�}tj|�}|r`d|kr`|d||jd� 7}n&|r�||k	r�|d|j7}nt|�tkr�|j}nstj	|�p�tj
|�p�tj|�p�tj|�p�tj
|�p�t|t�st|�}|d7}n||dtj||�S(sBRender text documentation, given an object or a path to an object.Rs in s in module s objects

(R�R�RR6RRR�t_OLD_INSTANCE_TYPER�R-R.R/R�R�RnR�R4R�(R�R�R�R$R+R�R�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyt
render_docs$
cCs?ytt|||��Wnttfk
r:}|GHnXdS(sCDisplay text documentation, given an object or a path to an object.N(R�R�R�R�(R�R�R�RK((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR'%scCs�ytt||�\}}tjt|�tj||��}t|dd�}|j|�|j�dG|dGHWntt	fk
r�}|GHnXdS(s<Write HTML documentation to a file in the current directory.s.htmlR�twroteN(
R�thtmlR�R�R�R�R�R�R�R�(R�R�R$R+R�R|RK((s*/opt/alt/python27/lib64/python2.7/pydoc.pytwritedoc,s$

RcCsL|dkri}nx0tj|g|�D]\}}}t|�q+WdS(sAWrite out HTML documentation for all modules in a directory tree.N(R_R9t
walk_packagesR�(RtpkgpathtdoneRGR*RH((s*/opt/alt/python27/lib64/python2.7/pydoc.pyt	writedocs8s
	%tHelpercBs�eZidd6dd6d(d6d)d6d*d6d+d
6d,d6d-d
6dd6d.d6dd6d/d6dd6d0d6dd6d1d6d2d6d3d6d4d6d d!6d5d"6dd$6dd%6d6d&6d7d'6d8d(6d9d*6d:d6d;d+6d<d6d=d.6Zed/�d>D��Zid?ed76d@dL6dAd 6dBdM6dCdZ6dDd[6dEd^6Zid_d>6d`d;6dadb6dcdd6dedf6dgdh6didj6d7dk6dldm6dndo6dpdq6drds6drdt6dudv6dudw6Zxdej�D]V\ZZ	xGe	D]?Z
eje
e�Zeekr�edxeZneee
<q�Wq�WiNdFd{6dGd76dHd�6dId�6dJd�6dKd�6dLd�6dMd�6dNd^6dOd�6d�d�6dPd#6dQd�6dRd�6dSd�6d{d�6d{d�6dTd�6dUde6dVd�6dWd�6dXd�6dYd6dd�6dZd�6d�dL6d�d�6d[d�6d\d�6d]d6d^d�6d_d�6d`d�6dad6dbd�6dcd�6ddd�6ded6dfd�6dd�6dd�6dgd)6dhd�6did�6djd�6dkd�6dldl6dmd�6d�d�6dnd�6dod�6dpd�6dqd�6drd�6dsdp6dtd�6dud�6dvd�6dwd�6dxd`6dydM6dzd�6d{d�6d|d[6d}d 6d~d6dd6dd6d�dZ6d
d6d'd6d*d	6dd
6dd6d�d6d�d6d�d6d�d6Zd�d�d�Zed��Zed��Zd�Ze�Zed�Zd�Zd�Zd�Zd�Zdd d!�Zd"�Zd#�Zd$�Zdd%�Zd&�Zdd'�Z RS(�tBOOLEANtandtwithtastassertRtbreaks	while fortclasssCLASSES SPECIALMETHODStcontinuetfunctiontdeftdeltBASICMETHODStifteliftelsettrytexcepttexectfinallytforsbreak continue whiletimporttfromtglobalt
NAMESPACESt
TRUTHVALUEtMODULEStintSEQUENCEMETHODS2t
COMPARISONtistlambdaR�tnottortpasstprinttraiset
EXCEPTIONStreturntwhilesbreak continue if TRUTHVALUEs CONTEXTMANAGERS EXCEPTIONS yieldtyieldccs&|]}dD]}||Vq
qdS(t'RN(R�R((t.0tpR�((s*/opt/alt/python27/lib64/python2.7/pydoc.pys	<genexpr>osRR�tuR�s'''s"""RtSTRINGSt+RZt*s**R�s//t%s<<s>>R�t|t^t~R�R�s<=s>=s==s!=s<>t	OPERATORStUNARYs+=s-=s*=s/=s%=s&=s|=s^=s<<=s>>=s**=s//=tAUGMENTEDASSIGNMENTtBITWISEtjtJtCOMPLEXsOPERATORS FORMATTINGtPOWERsTUPLES LISTS FUNCTIONSt,s ATTRIBUTES FLOAT MODULES OBJECTSRtELLIPSISs...sSLICINGS DICTIONARYLITERALSt:s	def classt@s\tPRIVATENAMESRZsPRIVATENAMES SPECIALMETHODSRYt
BACKQUOTESt`sTUPLES FUNCTIONS CALLSRRsLISTS SUBSCRIPTS SLICINGSt[t]R�R�sRSTRINGS UNICODE NUMBERS SEQUENCES MAPPINGS FUNCTIONS CLASSES MODULES FILES inspecttTYPEStstringss4str UNICODE SEQUENCES STRINGMETHODS FORMATTING TYPESsstring-methodssSTRINGS FORMATTINGt
STRINGMETHODSt
formatstringst
FORMATTINGs:encodings unicode SEQUENCES STRINGMETHODS FORMATTING TYPEStUNICODEtnumberssINTEGER FLOAT COMPLEX TYPEStNUMBERStintegerss	int rangetINTEGERtfloatings
float mathtFLOATt	imaginarys
complex cmathttypesseqs%STRINGMETHODS FORMATTING xrange LISTSt	SEQUENCEStDICTIONARIEStMAPPINGSttypesfunctionss	def TYPESttypesmethodssclass def CLASSES TYPEStMETHODSsbltin-code-objectsscompile FUNCTIONS TYPEStCODEOBJECTSsbltin-type-objectsstypes TYPEStTYPEOBJECTStFRAMEOBJECTSt
TRACEBACKSsbltin-null-objecttNONEsbltin-ellipsis-objecttSLICINGSsbltin-file-objectstFILEStspecialattrstSPECIALATTRIBUTESs!class SPECIALMETHODS PRIVATENAMESR�ttypesmodulestPACKAGESsoperator-summarys�lambda or and not in is BOOLEAN COMPARISON BITWISE SHIFTING BINARY FORMATTING POWER UNARY ATTRIBUTES SUBSCRIPTS SLICINGS CALLS TUPLES LISTS DICTIONARIES BACKQUOTEStEXPRESSIONSt
PRECEDENCEtobjectstOBJECTStspecialnamesstBASICMETHODS ATTRIBUTEMETHODS CALLABLEMETHODS SEQUENCEMETHODS1 MAPPINGMETHODS SEQUENCEMETHODS2 NUMBERMETHODS CLASSEStSPECIALMETHODSt
customizations cmp hash repr str SPECIALMETHODSsattribute-accesssATTRIBUTES SPECIALMETHODStATTRIBUTEMETHODSscallable-typessCALLS SPECIALMETHODStCALLABLEMETHODSssequence-typess)SEQUENCES SEQUENCEMETHODS2 SPECIALMETHODStSEQUENCEMETHODS1ssequence-methodss)SEQUENCES SEQUENCEMETHODS1 SPECIALMETHODSsMAPPINGS SPECIALMETHODStMAPPINGMETHODSs
numeric-typess*NUMBERS AUGMENTEDASSIGNMENT SPECIALMETHODSt
NUMBERMETHODSt	execmodels%NAMESPACES DYNAMICFEATURES EXCEPTIONSt	EXECUTIONtnamings*global ASSIGNMENT DELETION DYNAMICFEATURESsdynamic-featurestDYNAMICFEATUREStSCOPINGtFRAMESR�stry except finally raisescoercion-rulestCONVERSIONSt	COERCIONStconversionstidentifiersskeywords SPECIALIDENTIFIERStIDENTIFIERSs
id-classestSPECIALIDENTIFIERSsatom-identifierss
atom-literalssHSTRINGS BACKQUOTES NUMBERS TUPLELITERALS LISTLITERALS DICTIONARYLITERALStLITERALStTUPLESt	exprlistssTUPLES LITERALSt
TUPLELITERALSstypesseq-mutabletLISTLITERALStLISTStlistssLISTS LITERALSttypesmappingtDICTIONARYLITERALSRsDICTIONARIES LITERALSsstring-conversionssrepr str STRINGS LITERALSsattribute-referencess(getattr hasattr setattr ATTRIBUTEMETHODSt
ATTRIBUTESt
subscriptionst
SUBSCRIPTStslicingstcallstCALLStpowertunarytbinarytBINARYtshiftingtSHIFTINGtbitwisetcomparisonssEXPRESSIONS BASICMETHODStbooleanssEXPRESSIONS TRUTHVALUEt	ASSERTIONt
assignmentt
ASSIGNMENTt	augassigntDELETIONtPRINTINGt	RETURNINGt	IMPORTINGtCONDITIONALtcompoundsfor while break continuetLOOPINGttruths if while and or not BASICMETHODStdebuggertpdbt	DEBUGGINGscontext-managerstCONTEXTMANAGERScCs||_||_dS(N(t_inputt_output(Rtinputtoutput((s*/opt/alt/python27/lib64/python2.7/pydoc.pyRt�s	cCs|jptjS(N(RyRR�(R((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(�RcCs|jptjS(N(RzRR�(R((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(�RcCs)tj�dddkr%|�dSdS(Niit?Rs<pydoc.Helper instance>(Rtstack(R((s*/opt/alt/python27/lib64/python2.7/pydoc.pyt__repr__�scCsG||jk	r|j|�n$|j�|j�|jjd�dS(Ns
You are now leaving help and returning to the Python interpreter.
If you want to ask for help on a particular object directly from the
interpreter, you can type "help(object)".  Executing "help('string')"
has the same effect as typing a particular string at the help> prompt.
(t_GoInteractivethelptintrotinteractR|R�(Rtrequest((s*/opt/alt/python27/lib64/python2.7/pydoc.pyRX�s

	cCs�|jjd�x�tr�y|jd�}|s5PnWnttfk
rPPnXt|�}t|�dkr�|d|dko�dknr�|d|dd!kr�|dd!}nt|�dkr�Pn|j	|�qWdS(
Ns
shelp> iii����R�RiR�tquit(R�R(R�R�(
R|R�RvtgetlinetKeyboardInterrupttEOFErrorRR&RR�(RR�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�s	6cCsJ|jtjkrt|�S|jj|�|jj�|jj�SdS(s.Read one line, using raw_input when available.N(R{RR�t	raw_inputR|R�R�R{(Rtprompt((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�s


cCs{t|�td�krA|j�}|dkr=|j�qg|dkrV|j�qg|dkro|j�qg|dkr�|j�qg|dkr�|j�qg|d dkr�|jt|�d	�qg||jkr�|j	|�qg||j
kr	|j|�qg||jkr(|j|�qg|rgt
|d
�qgn&t|t�rZ|�n
t
|d
�|jjd�dS(NRR�tkeywordstsymbolsttopicsR�ismodules isHelp on %s:s
(R�RR�tlistkeywordstlistsymbolst
listtopicstlistmodulesRR�t
showsymbolR�t	showtopicR�R'RnR�R|R�(RR�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�&s4






cCs,|jjdttjd gd��dS(Ns�
Welcome to Python %s!  This is the online help utility.

If this is your first time using Python, you should definitely check out
the tutorial on the Internet at http://docs.python.org/%s/tutorial/.

Enter the name of any module, keyword, or topic to get help on writing
Python programs and using Python modules.  To quit this help utility and
return to the interpreter, just type "quit".

To get a list of available modules, keywords, or topics, type "modules",
"keywords", or "topics".  Each module also comes with a one-line summary
of what it does; to list the modules whose summaries contain a given word
such as "spam", type "modules spam".
ii(R|R�ttupleRR�(R((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�8s	iiPc		Cs�|}|j�||}t|�|d|}x�t|�D]�}x�t|�D]z}|||}|t|�krS|jj||�||dkr�|jjdd|dt||��q�qSqSW|jjd�q@WdS(NiR�s
(R;R&R�R|R�(	RtitemstcolumnsR�tcolwR�trowR�R�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�Is

4cCs*|jjd�|j|jj��dS(NsN
Here is a list of the Python keywords.  Enter any keyword to get more help.

(R|R�R�R�RF(R((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�Ws	cCs*|jjd�|j|jj��dS(Nsx
Here is a list of the punctuation symbols which Python assigns special meaning
to. Enter any symbol to get more help.

(R|R�R�R�RF(R((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�^s	cCs*|jjd�|j|jj��dS(NsN
Here is a list of available topics.  Enter any topic name to get more help.

(R|R�R�R�RF(R((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�fs	cCs�yddl}Wn"tk
r4|jjd�dSX|jj||jj|��}|sz|jjdt|��dSt|�td�kr�|j	||�S|\}}y|jj|}Wn,t
k
r�|jjdt|��dSXtt|�d�|r"|pdd|}n|r�ddl
}ddl}	|j
�}
|	j|
�jdtt|�d�d�|jjd	|
j��ndS(
Ni����st
Sorry, topic and keyword documentation is not available because the
module "pydoc_data.topics" could not be found.
sno documentation found for %s
Rs
R�sRelated help topics: s, s
%s
(tpydoc_data.topicsR�R|R�R�R�R�R�R�R�tKeyErrorR�RtStringIOt	formattert
DumbWritertsend_flowing_dataRRtgetvalue(Rttopict
more_xrefst
pydoc_datattargettlabeltxrefsR'R�R�tbuffer((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�ms6
	!
cCs9|j|}|jd�\}}}|j||�dS(NR�(R�t	partitionR�(RtsymbolR�R�RZR�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��s
cs�|r#|jjd�t|�nj|jjd�i}|d���fd�}t�j�d|�|j|j��|jjd�dS(NsO
Here is a list of matching modules.  Enter any module name to get more help.

sI
Please wait a moment while I gather a list of all available modules...

cSsM|r'|ddkr'|d d}nt|d�dkrId||<ndS(Ni����s	.__init__s
 (package)Rii(R(RR*R�R�((s*/opt/alt/python27/lib64/python2.7/pydoc.pytcallback�scs�d|d�dS(N(R_(R*(R�(s*/opt/alt/python27/lib64/python2.7/pydoc.pytonerror�sR�s�
Enter any module name to get more help.  Or, type "modules spam" to search
for modules whose descriptions contain the word "spam".
(R|R�tapropost
ModuleScannertrunR�RF(RRJR�R�((R�s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��s	
		(R�R(R�s	while for(R�sCLASSES SPECIALMETHODS(R�s	while for(R�R(R�R�(R�s	while for(R�R(R�sbreak continue while(R�R�(R�R�(R�R�(R�R�(R�R�(R�R(R�R(R�R�(R�R�(R�R�(R�sbreak continue if TRUTHVALUE(R�s CONTEXTMANAGERS EXCEPTIONS yield(R�R(RR�R(R�s'''s"""R(RRZRs**R�s//Rs<<s>>R�RRRR�R�s<=s>=s==s!=s<>(R�R�s<=s>=s==s!=s<>(RZR(s+=s-=s*=s/=s%=s&=s|=s^=s<<=s>>=s**=s//=(s<<s>>R�RRR(R
R(R�sRSTRINGS UNICODE NUMBERS SEQUENCES MAPPINGS FUNCTIONS CLASSES MODULES FILES inspect(Rs4str UNICODE SEQUENCES STRINGMETHODS FORMATTING TYPES(sstring-methodssSTRINGS FORMATTING(RR	(Rs:encodings unicode SEQUENCES STRINGMETHODS FORMATTING TYPES(R sINTEGER FLOAT COMPLEX TYPES(R"s	int range(R$s
float math(R&s
complex cmath(R's%STRINGMETHODS FORMATTING xrange LISTS(R+s	def TYPES(R,sclass def CLASSES TYPES(sbltin-code-objectsscompile FUNCTIONS TYPES(sbltin-type-objectsstypes TYPES(sbltin-null-objectR(sbltin-ellipsis-objectR3(sbltin-file-objectsR(R5R(R�s!class SPECIALMETHODS PRIVATENAMES(R7R�(soperator-summarys�lambda or and not in is BOOLEAN COMPARISON BITWISE SHIFTING BINARY FORMATTING POWER UNARY ATTRIBUTES SUBSCRIPTS SLICINGS CALLS TUPLES LISTS DICTIONARIES BACKQUOTES(R;R(R=stBASICMETHODS ATTRIBUTEMETHODS CALLABLEMETHODS SEQUENCEMETHODS1 MAPPINGMETHODS SEQUENCEMETHODS2 NUMBERMETHODS CLASSES(R?s cmp hash repr str SPECIALMETHODS(sattribute-accesssATTRIBUTES SPECIALMETHODS(scallable-typessCALLS SPECIALMETHODS(ssequence-typess)SEQUENCES SEQUENCEMETHODS2 SPECIALMETHODS(ssequence-methodss)SEQUENCES SEQUENCEMETHODS1 SPECIALMETHODS(ssequence-typessMAPPINGS SPECIALMETHODS(s
numeric-typess*NUMBERS AUGMENTEDASSIGNMENT SPECIALMETHODS(REs%NAMESPACES DYNAMICFEATURES EXCEPTIONS(RGs*global ASSIGNMENT DELETION DYNAMICFEATURES(sdynamic-featuresR(R�stry except finally raise(scoercion-rulesRK(RMRL(RNskeywords SPECIALIDENTIFIERS(s
id-classesR(satom-identifiersR(s
atom-literalssHSTRINGS BACKQUOTES NUMBERS TUPLELITERALS LISTLITERALS DICTIONARYLITERALS(RSsTUPLES LITERALS(stypesseq-mutableRU(RWsLISTS LITERALS(RXRY(RsDICTIONARIES LITERALS(sstring-conversionssrepr str STRINGS LITERALS(sattribute-referencess(getattr hasattr setattr ATTRIBUTEMETHODS(R[RB(R]R�(R^R9(R`R9(RaR9(RbR9(RdR9(RfR9(RgsEXPRESSIONS BASICMETHODS(RhsEXPRESSIONS TRUTHVALUE(RjR(RlRD(Rrsfor while break continue(Rts if while and or not BASICMETHODS(RuRv(scontext-managersR�N(!RRR�R�t_strprefixest_symbols_inverseR�t	iteritemsR�tsymbols_R�R�R�R_RtR�R{R|RR$R�RXR�R�R�R�R�R�R�R�R�R�R�(((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�?sB





		
								 	tScannercBs eZdZd�Zd�ZRS(sA generic tree iterator.cCs)||_g|_||_||_dS(N(trootststatetchildrentdescendp(RR�R�R�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyRt�s
		cCs�|jsF|jsdS|jjd�}||j|�fg|_n|jd\}}|sv|jj�|j�S|jd�}|j|�r�|jj||j|�f�n|S(Nii����(R�R�R_RR�tnextR�R(RtroottnodeR�tchild((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��s		

"(RRRTRtR�(((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��s	R�cBs eZdZdddd�ZRS(s7An interruptible scanner that searches module synopses.cCs|rt|�}nt|_i}x�tjD]�}|dkr.d||<|dkri|d|d�q�tt|�jp~dd�d}t	t|d|�|�dkr�|d||�q�q.q.Wx@t
jd|�D],\}}}	|jr�Pn|dkr|d|d�q�|j|�}
t
|
d�r�d	dl}t|j|
j|���pad}t
|
d
�r�|
j|�}q�d}nC|
j|�}
|
jr�|
jj�dnd}t|
dd�}t	t|d|�|�dkr�||||�q�q�W|r|�ndS(Nt__main__iRs
is - R�t
get_sourcei����tget_filenameRU(RRwR�RR�R_RR�RTRR9R�tfind_moduleR^R�R~R�R�R�R�RG(RR�RJt	completerR�tseenR*R�RGRHtloaderR�RR�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��sB	
"#"		"#N(RRRTR_R�(((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��sc	CsOd�}d�}tj��+tjd�t�j||d|�WdQXdS(sAPrint all the one-line module summaries that contain a substring.cSs8|ddkr!|d d}n|G|o2d|GHdS(Ni����s	.__init__s
 (package)s- ((RR*R�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��scSsdS(N((R*((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��stignoreR�N(twarningstcatch_warningstfilterwarningsR�R�(RJR�R�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��s
		

c	Cs�ddl}ddl}ddl}d|jfd��Y}d|jfd��Y}d|jfd��Y}|j|_||_||_z8y|||�j	�Wnt
|jfk
r�nXWd|r�|�nXdS(Ni����tMessagecBseZdd�ZRS(icSsf|j}|jdjdj|||�|jd�|_|jd�|_|j�|j�dS(Niscontent-transfer-encodingscontent-type(R�RCRtt	getheadertencodingheadert
typeheadert	parsetypet
parseplist(RtfptseekableR�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyRts	!
(RRRt(((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�st
DocHandlercBs#eZd�Zd�Zd�ZRS(cSs_yG|jd�|jdd�|j�|jjtj||��Wntk
rZnXdS(Ni�sContent-Types	text/html(t
send_responsetsend_headertend_headerstwfileR�R�R�R�(RR�R�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyt
send_documents

 
cSs�|j}|ddkr&|d }n|d dkrC|d}n|r�|dkr�yt|dd�}Wn3tk
r�}|j|tjt|���dSX|r�|jt|�tj||��q�|j|dt	|��n�tj
dd	d
�}d�}td�tj
�}tj||�}d
tjdd	d|�g}i}	x*tjD]}
|jtj|
|	��q]W|t|�d}|jd|�dS(Ni����s.htmliR�RR�s$no Python documentation found for %ss?<big><big><strong>Python: Index of Modules</strong></big></big>s#ffffffs#7799eecSsd||fS(Ns<a href="%s.html">%s</a>((R+((s*/opt/alt/python27/lib64/python2.7/pydoc.pyt	bltinlink*scSs
|dkS(NR�((RQ((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR(,Rs<p>sBuilt-in Moduless#ee77aas�<p align=right>
<font color="#909090" face="helvetica, arial"><strong>
pydoc</strong> by Ka-Ping Yee &lt;ping@lfw.org&gt;</font>sIndex of Modules(RR�R�R�R�R�RrR�R�R�R�RbRR�R�R�RR{R(RRR@RKR�R�tnamesR�tindicesR�R((s*/opt/alt/python27/lib64/python2.7/pydoc.pytdo_GETs<	

%				
cWsdS(N((RR�((s*/opt/alt/python27/lib64/python2.7/pydoc.pytlog_message:R(RRR�R�R�(((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�s		#t	DocServercBs#eZd�Zd�Zd�ZRS(cSs>d}||f|_||_|jj||j|j�dS(Nt	localhost(taddressR�RLRtthandler(RtportR�thost((s*/opt/alt/python27/lib64/python2.7/pydoc.pyRt=s	cSsiddl}t|_xM|jsd|j|jj�gggd�\}}}|r|j�qqWdS(Ni����i(tselectRwR�tsocketR�thandle_request(RR�trdtwrtex((s*/opt/alt/python27/lib64/python2.7/pydoc.pytserve_until_quitCs	-cSsJ|jj|�d|jd|jf|_|jrF|j|�ndS(Ns
http://%s:%d/i(RLtserver_activateR�tserver_portRR�(R((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�Js	(RRRtR�R�(((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�<s		(tBaseHTTPServert	mimetoolsR�R�tBaseHTTPRequestHandlert
HTTPServerRLR�tMessageClassR�R�terror(	R�R�R�R�R�R�R�R�R�((s*/opt/alt/python27/lib64/python2.7/pydoc.pytserves$	.		cCsoddd��Y}ddl}y8|j�}z||�}|j�Wd|j�XWntk
rjnXdS(sEGraphical interface (starts web server and pops up a control window).tGUIcBs�eZdd�Zd�Zddd�Zdd�Zdd�Zd�Zdd�Z	d�Z
dd	�Zdd
�Zd�Z
d�Zdd
�ZRS(i(c
Ss�||_d|_d|_ddl}|j|�|_|j|jdd�|_|j	|jddd|j
dd�|_|j	|jddd|jdd�|_
|j|�|_|j|jdd	�|_|j|j�|_|jjd
|j�|j	|jdddd
d|jdd�|_tjdkrU|jjdd�n|jjd�|jjd|j�|jjdddd�|jjdddddd�|j
jdddddd�|jjdddd�|jjdd�|jjdddddd�|jjdddd�|jj�dtjdkr[dp^df}|j|d|dd�|_|jjd|j�|jjd |j�|j |d!d"d|jj!�|_"|jj#d#|j"j$�|j|�|_%|j	|j%dd$d|j�|_&|j	|j%dd%d|j'�|_(|j&jdddddd�|j(jdddddd�|jj)�|jj*�|_+|jj,�|_-|jj.�|jj.�|jj.�|j%j.�|_/|j+|j/|_0|_1d
|_2|jj3d&|j+|j-f�|jj4|j+|j-�|jj5j6�ddl7}|j8d't9d(||j:|jf�j;�dS()Ni����R4sStarting server...
 sopen browsertcommandR�tdisabledsquit servings
Search fors<Return>tstoptpadyiR#tsidetrighttpydoctWM_DELETE_WINDOWttoptfillRQtlefttexpandit	helveticaii
tfonttheightis
<Button-1>s<Double-Button-1>torienttverticaltyscrollcommandsgo to selectedshide resultss%dx%dR�R�(<twindowR_tservertscannertTkintertFramet
server_frmtLabelt	title_lbltButtonR�topen_btnR�tquit_btnt
search_frmt
search_lbltEntryt
search_enttbindR
R�tstop_btnRR2tpackR�tprotocolt	focus_settListboxt
result_lstR�tgotot	Scrollbartyviewt
result_scrtconfigR�t
result_frmtgoto_btnthidethide_btnRDtwinfo_widthtminwidthtwinfo_heightt	minheighttwinfo_reqheighttbigminheighttbigwidtht	bigheighttexpandedtwm_geometryt
wm_minsizettktwilldispatcht	threadingtThreadR�treadyR(RRR�RR�R.((s*/opt/alt/python27/lib64/python2.7/pydoc.pyRt_sp			!
!
&	 	cSsM||_|jjdd|j�|jjdd�|jjdd�dS(NR4sPython documentation server at
R�tnormal(RR	RRRR(RR((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR0�s
	cSs�|p|jj}yddl}|j|�Wnatk
r�tjdkrbtjd|�q�tjd|�}|r�tjd|�q�nXdS(Ni����R#s
start "%s"s netscape -remote "openURL(%s)" &snetscape "%s" &(	RRt
webbrowserR�R�RR2RR�(RteventRR2trc((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��s
cSs)|jrd|j_n|jj�dS(Ni(RR�R(RR3((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��s	c	Ss|jj�}|jjdd�|jjdd�|jjdd|�|jj�|jjdd�|jjdd	�|j	jdd
�|j
�ddl}|jr�d|j_
nt�|_d
�}|jd|jjd|j||jfdtd|��j�dS(NR�R�R�R1R4sSearching for "%s"...R�iRR�i����icSsdS(N((R*((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��sR�R�tkwargsR�(RR�RRRRtforgetRtdeleteRR�R.RR�R�R/R�RDR�RR(RR3RJR.R�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR
�s"

		cSsF|ddkr!|d d}n|jjd|d|p=d�dS(Ni����s	.__init__s
 (package)Rs - s(no description)(Rtinsert(RRR*R�((s*/opt/alt/python27/lib64/python2.7/pydoc.pyRD�scSs%|jr!d|j_d|_ndS(Ni(RR�R_(RR3((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��s	cSs�d|_|jjdd�|jjdd�|jjdddddd	�tjd
krm|jj	�n|jjdd�dS(
NR4s
Search forR�R�R�R�RQR�iR#R�R�(
R_RRRRRRR2RR6(R((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��s	cSs|jjdd�dS(NR�R1(RR(RR3((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��scSsZ|jj�}|rVt|jj|d��d}|jd|jj|d�ndS(NiRs.html(RtcurselectionRR�R�RR(RR3t	selectionR*((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�s cSs�|js
dS|jj�|jj�|jj�|jj�|_|jj�|_	|jj
d|j|jf�|jj
|j|j�d|_dS(Ns%dx%di(R)RR6RRRR!R'R#R(R*R"R$R+(R((s*/opt/alt/python27/lib64/python2.7/pydoc.pytcollapse�s	


 cSs�|jr
dS|jjdddd�|jjdddd�|jjddddd	d
�|jjd|j|jf�|jj	|j
|j�d
|_dS(NR�tbottomR�RQR�tyR�tbothR�is%dx%d(R)RRRRRR*R'R(R+R"R&(R((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR��s	 cSs|j�|j�dS(N(R�R;(RR3((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR	s
N(RRRtR0R_R�R�R
RDR�R�R�RR;R�R(((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR�^sE						i����N((RtTktmainlooptdestroyR�(R�RR�tgui((s*/opt/alt/python27/lib64/python2.7/pydoc.pyRB\s�
cCs%t|t�o$t|tj�dkS(Ni(RnRrRRtsep(RQ((s*/opt/alt/python27/lib64/python2.7/pydoc.pytispath	scCs�ddl}ddd��Y}dtjkrtjjtjd�}|tjkritjj|�ntjjdd�ny�|jtjdd	�\}}d}x�|D]�\}}|d
kr�t|�dS|dkr0yt	|�}Wnt
k
r	|�nXd�}	d
�}
t||	|
�dS|dkr�d}q�q�W|sX|�nx�|D]�}t|�r�tjj
|�r�d|GHPny|t|�r�tjj|�r�t|�}n|r�t|�r�tjj|�r�t|�qt|�n
tj|�Wq_tk
r'}|GHq_Xq_WWnT|j|fk
r�tjjtjd�}
d|
tj|
|
|
tjfGHnXdS(s@Command-line interface (looks at sys.argv to decide what to do).i����NtBadUsagecBseZRS((RR(((s*/opt/alt/python27/lib64/python2.7/pydoc.pyRE	sRiRisgk:p:ws-ks-pcSsd|jGHdS(Nspydoc server ready at %s(R(R((s*/opt/alt/python27/lib64/python2.7/pydoc.pyR03	scSs	dGHdS(Nspydoc server stopped((((s*/opt/alt/python27/lib64/python2.7/pydoc.pytstopped5	ss-wsfile %r does not exists�pydoc - the Python documentation tool

%s <name> ...
    Show text documentation on something.  <name> may be the name of a
    Python keyword, topic, function, module, or package, or a dotted
    reference to a class or function within a module or module in a
    package.  If <name> contains a '%s', it is used as the path to a
    Python source file to document. If name is 'keywords', 'topics',
    or 'modules', a listing of these things is displayed.

%s -k <keyword>
    Search for a keyword in the synopsis lines of all available modules.

%s -p <port>
    Start an HTTP server on the given port on the local machine.  Port
    number 0 can be used to get an arbitrary unused port.

%s -w <name> ...
    Write out the HTML documentation for a module to a file in the current
    directory.  If <name> contains a '%s', it is treated as a filename; if
    it names a directory, documentation is written for all the contents.
((tgetoptRRRtdirnametargvtremoveR8R�R
R�R�RDtexistsRuR�RR�R�R�R�R�R�RC(RGREt	scriptdirtoptsR�twritingtopttvalR�R0RFtargRKR�((s*/opt/alt/python27/lib64/python2.7/pydoc.pytcli	sX


		
	
	

R�(bRTR-R&R$R/RR�RR"R�RRcR9R�R�RtstringRRRRRRRRt	tracebackR	tcollectionsR
R�R�RRR)R,R3R6R;R	t
IGNORECASER<R=RARERRR_RbRiRoRjt	NameErrorR$RqR!tlocaletgetpreferredencodingRsRyR~R�RNR�R�R�R�R�R�R}R~R�R�R�R�R�R�R�R�R�R4R�R�R�R�R�R�R'R�R�R�R�R�R�R�R�RBRDRRR(((s*/opt/alt/python27/lib64/python2.7/pydoc.pyt<module>!s�
l:
											
		

					29*��% �Y		!					,				�o	,	[	�		N
Name
Size
Permissions
Options
bsddb
--
drwxr-xr-x
compiler
--
drwxr-xr-x
config
--
drwxr-xr-x
ctypes
--
drwxr-xr-x
curses
--
drwxr-xr-x
distutils
--
drwxr-xr-x
email
--
drwxr-xr-x
encodings
--
drwxr-xr-x
ensurepip
--
drwxr-xr-x
hotshot
--
drwxr-xr-x
idlelib
--
drwxr-xr-x
importlib
--
drwxr-xr-x
json
--
drwxr-xr-x
lib-dynload
--
drwxr-xr-x
lib2to3
--
drwxr-xr-x
logging
--
drwxr-xr-x
multiprocessing
--
drwxr-xr-x
plat-linux2
--
drwxr-xr-x
pydoc_data
--
drwxr-xr-x
site-packages
--
drwxr-xr-x
sqlite3
--
drwxr-xr-x
test
--
drwxr-xr-x
unittest
--
drwxr-xr-x
wsgiref
--
drwxr-xr-x
xml
--
drwxr-xr-x
BaseHTTPServer.py
22.214 KB
-rw-r--r--
BaseHTTPServer.pyc
21.467 KB
-rw-r--r--
BaseHTTPServer.pyo
21.467 KB
-rw-r--r--
Bastion.py
5.609 KB
-rw-r--r--
Bastion.pyc
6.694 KB
-rw-r--r--
Bastion.pyo
6.694 KB
-rw-r--r--
CGIHTTPServer.py
12.782 KB
-rw-r--r--
CGIHTTPServer.pyc
10.925 KB
-rw-r--r--
CGIHTTPServer.pyo
10.925 KB
-rw-r--r--
ConfigParser.py
27.096 KB
-rw-r--r--
ConfigParser.pyc
25.371 KB
-rw-r--r--
ConfigParser.pyo
25.371 KB
-rw-r--r--
Cookie.py
25.916 KB
-rw-r--r--
Cookie.pyc
22.609 KB
-rw-r--r--
Cookie.pyo
22.609 KB
-rw-r--r--
DocXMLRPCServer.py
10.516 KB
-rw-r--r--
DocXMLRPCServer.pyc
10.197 KB
-rw-r--r--
DocXMLRPCServer.pyo
10.091 KB
-rw-r--r--
HTMLParser.py
16.769 KB
-rw-r--r--
HTMLParser.pyc
13.812 KB
-rw-r--r--
HTMLParser.pyo
13.514 KB
-rw-r--r--
MimeWriter.py
6.33 KB
-rw-r--r--
MimeWriter.pyc
7.306 KB
-rw-r--r--
MimeWriter.pyo
7.306 KB
-rw-r--r--
Queue.py
8.376 KB
-rw-r--r--
Queue.pyc
9.559 KB
-rw-r--r--
Queue.pyo
9.559 KB
-rw-r--r--
SimpleHTTPServer.py
7.81 KB
-rw-r--r--
SimpleHTTPServer.pyc
7.962 KB
-rw-r--r--
SimpleHTTPServer.pyo
7.962 KB
-rw-r--r--
SimpleXMLRPCServer.py
25.207 KB
-rw-r--r--
SimpleXMLRPCServer.pyc
22.784 KB
-rw-r--r--
SimpleXMLRPCServer.pyo
22.784 KB
-rw-r--r--
SocketServer.py
23.387 KB
-rw-r--r--
SocketServer.pyc
24.246 KB
-rw-r--r--
SocketServer.pyo
24.246 KB
-rw-r--r--
StringIO.py
10.412 KB
-rw-r--r--
StringIO.pyc
11.452 KB
-rw-r--r--
StringIO.pyo
11.452 KB
-rw-r--r--
UserDict.py
6.895 KB
-rw-r--r--
UserDict.pyc
10.055 KB
-rw-r--r--
UserDict.pyo
10.055 KB
-rw-r--r--
UserList.py
3.559 KB
-rw-r--r--
UserList.pyc
6.854 KB
-rw-r--r--
UserList.pyo
6.854 KB
-rw-r--r--
UserString.py
9.47 KB
-rwxr-xr-x
UserString.pyc
15.379 KB
-rw-r--r--
UserString.pyo
15.379 KB
-rw-r--r--
_LWPCookieJar.py
6.399 KB
-rw-r--r--
_LWPCookieJar.pyc
5.383 KB
-rw-r--r--
_LWPCookieJar.pyo
5.383 KB
-rw-r--r--
_MozillaCookieJar.py
5.661 KB
-rw-r--r--
_MozillaCookieJar.pyc
4.407 KB
-rw-r--r--
_MozillaCookieJar.pyo
4.369 KB
-rw-r--r--
__future__.py
4.277 KB
-rw-r--r--
__future__.pyc
4.2 KB
-rw-r--r--
__future__.pyo
4.2 KB
-rw-r--r--
__phello__.foo.py
0.063 KB
-rw-r--r--
__phello__.foo.pyc
0.135 KB
-rw-r--r--
__phello__.foo.pyo
0.135 KB
-rw-r--r--
_abcoll.py
18.183 KB
-rw-r--r--
_abcoll.pyc
26.4 KB
-rw-r--r--
_abcoll.pyo
26.4 KB
-rw-r--r--
_osx_support.py
18.652 KB
-rw-r--r--
_osx_support.pyc
11.724 KB
-rw-r--r--
_osx_support.pyo
11.724 KB
-rw-r--r--
_pyio.py
67.998 KB
-rw-r--r--
_pyio.pyc
65.406 KB
-rw-r--r--
_pyio.pyo
65.406 KB
-rw-r--r--
_strptime.py
20.242 KB
-rw-r--r--
_strptime.pyc
15.07 KB
-rw-r--r--
_strptime.pyo
15.07 KB
-rw-r--r--
_sysconfigdata.py
20.667 KB
-rw-r--r--
_sysconfigdata.pyc
23.708 KB
-rw-r--r--
_sysconfigdata.pyo
23.708 KB
-rw-r--r--
_threading_local.py
7.09 KB
-rw-r--r--
_threading_local.pyc
6.338 KB
-rw-r--r--
_threading_local.pyo
6.338 KB
-rw-r--r--
_weakrefset.py
5.772 KB
-rw-r--r--
_weakrefset.pyc
10.061 KB
-rw-r--r--
_weakrefset.pyo
10.061 KB
-rw-r--r--
abc.py
6.978 KB
-rw-r--r--
abc.pyc
6.139 KB
-rw-r--r--
abc.pyo
6.084 KB
-rw-r--r--
aifc.py
33.769 KB
-rw-r--r--
aifc.pyc
30.672 KB
-rw-r--r--
aifc.pyo
30.672 KB
-rw-r--r--
antigravity.py
0.059 KB
-rw-r--r--
antigravity.pyc
0.211 KB
-rw-r--r--
antigravity.pyo
0.211 KB
-rw-r--r--
anydbm.py
2.601 KB
-rw-r--r--
anydbm.pyc
2.772 KB
-rw-r--r--
anydbm.pyo
2.772 KB
-rw-r--r--
argparse.py
87.137 KB
-rw-r--r--
argparse.pyc
64.826 KB
-rw-r--r--
argparse.pyo
64.665 KB
-rw-r--r--
ast.py
11.528 KB
-rw-r--r--
ast.pyc
12.939 KB
-rw-r--r--
ast.pyo
12.939 KB
-rw-r--r--
asynchat.py
11.31 KB
-rw-r--r--
asynchat.pyc
8.984 KB
-rw-r--r--
asynchat.pyo
8.984 KB
-rw-r--r--
asyncore.py
20.452 KB
-rw-r--r--
asyncore.pyc
19.199 KB
-rw-r--r--
asyncore.pyo
19.199 KB
-rw-r--r--
atexit.py
1.665 KB
-rw-r--r--
atexit.pyc
2.228 KB
-rw-r--r--
atexit.pyo
2.228 KB
-rw-r--r--
audiodev.py
7.419 KB
-rw-r--r--
audiodev.pyc
8.613 KB
-rw-r--r--
audiodev.pyo
8.613 KB
-rw-r--r--
base64.py
11.539 KB
-rwxr-xr-x
base64.pyc
11.261 KB
-rw-r--r--
base64.pyo
11.261 KB
-rw-r--r--
bdb.py
21.205 KB
-rw-r--r--
bdb.pyc
19.428 KB
-rw-r--r--
bdb.pyo
19.428 KB
-rw-r--r--
binhex.py
14.354 KB
-rw-r--r--
binhex.pyc
15.745 KB
-rw-r--r--
binhex.pyo
15.745 KB
-rw-r--r--
bisect.py
2.534 KB
-rw-r--r--
bisect.pyc
3.063 KB
-rw-r--r--
bisect.pyo
3.063 KB
-rw-r--r--
cProfile.py
6.429 KB
-rwxr-xr-x
cProfile.pyc
6.423 KB
-rw-r--r--
cProfile.pyo
6.423 KB
-rw-r--r--
calendar.py
22.836 KB
-rw-r--r--
calendar.pyc
28.262 KB
-rw-r--r--
calendar.pyo
28.262 KB
-rw-r--r--
cgi.py
34.968 KB
-rwxr-xr-x
cgi.pyc
33.236 KB
-rw-r--r--
cgi.pyo
33.236 KB
-rw-r--r--
cgitb.py
11.89 KB
-rw-r--r--
cgitb.pyc
12.082 KB
-rw-r--r--
cgitb.pyo
12.082 KB
-rw-r--r--
chunk.py
5.292 KB
-rw-r--r--
chunk.pyc
5.61 KB
-rw-r--r--
chunk.pyo
5.61 KB
-rw-r--r--
cmd.py
14.674 KB
-rw-r--r--
cmd.pyc
13.977 KB
-rw-r--r--
cmd.pyo
13.977 KB
-rw-r--r--
code.py
9.95 KB
-rw-r--r--
code.pyc
10.295 KB
-rw-r--r--
code.pyo
10.295 KB
-rw-r--r--
codecs.py
35.296 KB
-rw-r--r--
codecs.pyc
37.154 KB
-rw-r--r--
codecs.pyo
37.154 KB
-rw-r--r--
codeop.py
5.858 KB
-rw-r--r--
codeop.pyc
6.569 KB
-rw-r--r--
codeop.pyo
6.569 KB
-rw-r--r--
collections.py
27.146 KB
-rw-r--r--
collections.pyc
26.21 KB
-rw-r--r--
collections.pyo
26.16 KB
-rw-r--r--
colorsys.py
3.604 KB
-rw-r--r--
colorsys.pyc
3.999 KB
-rw-r--r--
colorsys.pyo
3.999 KB
-rw-r--r--
commands.py
2.485 KB
-rw-r--r--
commands.pyc
2.487 KB
-rw-r--r--
commands.pyo
2.487 KB
-rw-r--r--
compileall.py
7.581 KB
-rw-r--r--
compileall.pyc
6.929 KB
-rw-r--r--
compileall.pyo
6.929 KB
-rw-r--r--
contextlib.py
4.32 KB
-rw-r--r--
contextlib.pyc
4.502 KB
-rw-r--r--
contextlib.pyo
4.502 KB
-rw-r--r--
cookielib.py
63.951 KB
-rw-r--r--
cookielib.pyc
54.674 KB
-rw-r--r--
cookielib.pyo
54.49 KB
-rw-r--r--
copy.py
11.263 KB
-rw-r--r--
copy.pyc
12.215 KB
-rw-r--r--
copy.pyo
12.125 KB
-rw-r--r--
copy_reg.py
6.811 KB
-rw-r--r--
copy_reg.pyc
5.186 KB
-rw-r--r--
copy_reg.pyo
5.143 KB
-rw-r--r--
crypt.py
2.237 KB
-rw-r--r--
crypt.pyc
2.954 KB
-rw-r--r--
crypt.pyo
2.954 KB
-rw-r--r--
csv.py
16.316 KB
-rw-r--r--
csv.pyc
13.559 KB
-rw-r--r--
csv.pyo
13.559 KB
-rw-r--r--
dbhash.py
0.486 KB
-rw-r--r--
dbhash.pyc
0.727 KB
-rw-r--r--
dbhash.pyo
0.727 KB
-rw-r--r--
decimal.py
216.731 KB
-rw-r--r--
decimal.pyc
171.357 KB
-rw-r--r--
decimal.pyo
171.357 KB
-rw-r--r--
difflib.py
80.396 KB
-rw-r--r--
difflib.pyc
61.133 KB
-rw-r--r--
difflib.pyo
61.083 KB
-rw-r--r--
dircache.py
1.1 KB
-rw-r--r--
dircache.pyc
1.59 KB
-rw-r--r--
dircache.pyo
1.59 KB
-rw-r--r--
dis.py
6.347 KB
-rw-r--r--
dis.pyc
6.184 KB
-rw-r--r--
dis.pyo
6.184 KB
-rw-r--r--
doctest.py
102.632 KB
-rw-r--r--
doctest.pyc
83.213 KB
-rw-r--r--
doctest.pyo
82.933 KB
-rw-r--r--
dumbdbm.py
8.927 KB
-rw-r--r--
dumbdbm.pyc
6.829 KB
-rw-r--r--
dumbdbm.pyo
6.829 KB
-rw-r--r--
dummy_thread.py
4.314 KB
-rw-r--r--
dummy_thread.pyc
5.458 KB
-rw-r--r--
dummy_thread.pyo
5.458 KB
-rw-r--r--
dummy_threading.py
2.738 KB
-rw-r--r--
dummy_threading.pyc
1.268 KB
-rw-r--r--
dummy_threading.pyo
1.268 KB
-rw-r--r--
filecmp.py
9.363 KB
-rw-r--r--
filecmp.pyc
9.65 KB
-rw-r--r--
filecmp.pyo
9.65 KB
-rw-r--r--
fileinput.py
13.424 KB
-rw-r--r--
fileinput.pyc
14.541 KB
-rw-r--r--
fileinput.pyo
14.541 KB
-rw-r--r--
fnmatch.py
3.237 KB
-rw-r--r--
fnmatch.pyc
3.605 KB
-rw-r--r--
fnmatch.pyo
3.605 KB
-rw-r--r--
formatter.py
14.562 KB
-rw-r--r--
formatter.pyc
19.706 KB
-rw-r--r--
formatter.pyo
19.706 KB
-rw-r--r--
fpformat.py
4.621 KB
-rw-r--r--
fpformat.pyc
4.694 KB
-rw-r--r--
fpformat.pyo
4.694 KB
-rw-r--r--
fractions.py
21.865 KB
-rw-r--r--
fractions.pyc
19.744 KB
-rw-r--r--
fractions.pyo
19.744 KB
-rw-r--r--
ftplib.py
37.299 KB
-rw-r--r--
ftplib.pyc
34.816 KB
-rw-r--r--
ftplib.pyo
34.816 KB
-rw-r--r--
functools.py
4.693 KB
-rw-r--r--
functools.pyc
6.854 KB
-rw-r--r--
functools.pyo
6.854 KB
-rw-r--r--
genericpath.py
3.126 KB
-rw-r--r--
genericpath.pyc
3.574 KB
-rw-r--r--
genericpath.pyo
3.574 KB
-rw-r--r--
getopt.py
7.147 KB
-rw-r--r--
getopt.pyc
6.625 KB
-rw-r--r--
getopt.pyo
6.581 KB
-rw-r--r--
getpass.py
5.433 KB
-rw-r--r--
getpass.pyc
4.722 KB
-rw-r--r--
getpass.pyo
4.722 KB
-rw-r--r--
gettext.py
22.135 KB
-rw-r--r--
gettext.pyc
18.166 KB
-rw-r--r--
gettext.pyo
18.166 KB
-rw-r--r--
glob.py
3.041 KB
-rw-r--r--
glob.pyc
2.976 KB
-rw-r--r--
glob.pyo
2.976 KB
-rw-r--r--
gzip.py
18.582 KB
-rw-r--r--
gzip.pyc
15.26 KB
-rw-r--r--
gzip.pyo
15.26 KB
-rw-r--r--
hashlib.py
7.658 KB
-rw-r--r--
hashlib.pyc
6.861 KB
-rw-r--r--
hashlib.pyo
6.861 KB
-rw-r--r--
heapq.py
17.866 KB
-rw-r--r--
heapq.pyc
14.451 KB
-rw-r--r--
heapq.pyo
14.451 KB
-rw-r--r--
hmac.py
4.48 KB
-rw-r--r--
hmac.pyc
4.563 KB
-rw-r--r--
hmac.pyo
4.563 KB
-rw-r--r--
htmlentitydefs.py
17.633 KB
-rw-r--r--
htmlentitydefs.pyc
6.23 KB
-rw-r--r--
htmlentitydefs.pyo
6.23 KB
-rw-r--r--
htmllib.py
12.567 KB
-rw-r--r--
htmllib.pyc
20.988 KB
-rw-r--r--
htmllib.pyo
20.988 KB
-rw-r--r--
httplib.py
51.074 KB
-rw-r--r--
httplib.pyc
37.884 KB
-rw-r--r--
httplib.pyo
37.704 KB
-rw-r--r--
ihooks.py
18.541 KB
-rw-r--r--
ihooks.pyc
21.747 KB
-rw-r--r--
ihooks.pyo
21.747 KB
-rw-r--r--
imaplib.py
47.232 KB
-rw-r--r--
imaplib.pyc
45.188 KB
-rw-r--r--
imaplib.pyo
42.486 KB
-rw-r--r--
imghdr.py
3.458 KB
-rw-r--r--
imghdr.pyc
4.928 KB
-rw-r--r--
imghdr.pyo
4.928 KB
-rw-r--r--
imputil.py
25.16 KB
-rw-r--r--
imputil.pyc
15.739 KB
-rw-r--r--
imputil.pyo
15.565 KB
-rw-r--r--
inspect.py
42 KB
-rw-r--r--
inspect.pyc
40.162 KB
-rw-r--r--
inspect.pyo
40.162 KB
-rw-r--r--
io.py
3.244 KB
-rw-r--r--
io.pyc
3.568 KB
-rw-r--r--
io.pyo
3.568 KB
-rw-r--r--
keyword.py
1.958 KB
-rwxr-xr-x
keyword.pyc
2.081 KB
-rw-r--r--
keyword.pyo
2.081 KB
-rw-r--r--
linecache.py
3.933 KB
-rw-r--r--
linecache.pyc
3.271 KB
-rw-r--r--
linecache.pyo
3.271 KB
-rw-r--r--
locale.py
100.424 KB
-rw-r--r--
locale.pyc
55.689 KB
-rw-r--r--
locale.pyo
55.689 KB
-rw-r--r--
macpath.py
6.142 KB
-rw-r--r--
macpath.pyc
7.742 KB
-rw-r--r--
macpath.pyo
7.742 KB
-rw-r--r--
macurl2path.py
2.667 KB
-rw-r--r--
macurl2path.pyc
2.242 KB
-rw-r--r--
macurl2path.pyo
2.242 KB
-rw-r--r--
mailbox.py
79.336 KB
-rw-r--r--
mailbox.pyc
77.699 KB
-rw-r--r--
mailbox.pyo
77.653 KB
-rw-r--r--
mailcap.py
7.255 KB
-rw-r--r--
mailcap.pyc
7.078 KB
-rw-r--r--
mailcap.pyo
7.078 KB
-rw-r--r--
markupbase.py
14.3 KB
-rw-r--r--
markupbase.pyc
9.266 KB
-rw-r--r--
markupbase.pyo
9.074 KB
-rw-r--r--
md5.py
0.35 KB
-rw-r--r--
md5.pyc
0.382 KB
-rw-r--r--
md5.pyo
0.382 KB
-rw-r--r--
mhlib.py
32.65 KB
-rw-r--r--
mhlib.pyc
33.976 KB
-rw-r--r--
mhlib.pyo
33.976 KB
-rw-r--r--
mimetools.py
7 KB
-rw-r--r--
mimetools.pyc
8.263 KB
-rw-r--r--
mimetools.pyo
8.263 KB
-rw-r--r--
mimetypes.py
20.535 KB
-rw-r--r--
mimetypes.pyc
18.297 KB
-rw-r--r--
mimetypes.pyo
18.297 KB
-rw-r--r--
mimify.py
14.678 KB
-rwxr-xr-x
mimify.pyc
11.91 KB
-rw-r--r--
mimify.pyo
11.91 KB
-rw-r--r--
modulefinder.py
23.888 KB
-rw-r--r--
modulefinder.pyc
19.123 KB
-rw-r--r--
modulefinder.pyo
19.043 KB
-rw-r--r--
multifile.py
4.707 KB
-rw-r--r--
multifile.pyc
5.483 KB
-rw-r--r--
multifile.pyo
5.442 KB
-rw-r--r--
mutex.py
1.834 KB
-rw-r--r--
mutex.pyc
2.546 KB
-rw-r--r--
mutex.pyo
2.546 KB
-rw-r--r--
netrc.py
5.75 KB
-rw-r--r--
netrc.pyc
4.718 KB
-rw-r--r--
netrc.pyo
4.718 KB
-rw-r--r--
new.py
0.596 KB
-rw-r--r--
new.pyc
0.854 KB
-rw-r--r--
new.pyo
0.854 KB
-rw-r--r--
nntplib.py
20.967 KB
-rw-r--r--
nntplib.pyc
21.109 KB
-rw-r--r--
nntplib.pyo
21.109 KB
-rw-r--r--
ntpath.py
18.974 KB
-rw-r--r--
ntpath.pyc
13.101 KB
-rw-r--r--
ntpath.pyo
13.101 KB
-rw-r--r--
nturl2path.py
2.362 KB
-rw-r--r--
nturl2path.pyc
1.811 KB
-rw-r--r--
nturl2path.pyo
1.811 KB
-rw-r--r--
numbers.py
10.077 KB
-rw-r--r--
numbers.pyc
14.471 KB
-rw-r--r--
numbers.pyo
14.471 KB
-rw-r--r--
opcode.py
5.346 KB
-rw-r--r--
opcode.pyc
6.064 KB
-rw-r--r--
opcode.pyo
6.064 KB
-rw-r--r--
optparse.py
59.769 KB
-rw-r--r--
optparse.pyc
54.408 KB
-rw-r--r--
optparse.pyo
54.327 KB
-rw-r--r--
os.py
25.303 KB
-rw-r--r--
os.pyc
25.76 KB
-rw-r--r--
os.pyo
25.76 KB
-rw-r--r--
os2emxpath.py
4.526 KB
-rw-r--r--
os2emxpath.pyc
4.533 KB
-rw-r--r--
os2emxpath.pyo
4.533 KB
-rw-r--r--
pdb.doc
7.729 KB
-rw-r--r--
pdb.py
45.027 KB
-rwxr-xr-x
pdb.pyc
44.093 KB
-rw-r--r--
pdb.pyo
44.093 KB
-rw-r--r--
pickle.py
44.423 KB
-rw-r--r--
pickle.pyc
38.977 KB
-rw-r--r--
pickle.pyo
38.785 KB
-rw-r--r--
pickletools.py
72.776 KB
-rw-r--r--
pickletools.pyc
56.102 KB
-rw-r--r--
pickletools.pyo
55.261 KB
-rw-r--r--
pipes.py
9.357 KB
-rw-r--r--
pipes.pyc
9.293 KB
-rw-r--r--
pipes.pyo
9.293 KB
-rw-r--r--
pkgutil.py
19.769 KB
-rw-r--r--
pkgutil.pyc
18.934 KB
-rw-r--r--
pkgutil.pyo
18.934 KB
-rw-r--r--
platform.py
51.561 KB
-rwxr-xr-x
platform.pyc
37.697 KB
-rw-r--r--
platform.pyo
37.697 KB
-rw-r--r--
plistlib.py
14.829 KB
-rw-r--r--
plistlib.pyc
19.539 KB
-rw-r--r--
plistlib.pyo
19.455 KB
-rw-r--r--
popen2.py
8.219 KB
-rw-r--r--
popen2.pyc
9.017 KB
-rw-r--r--
popen2.pyo
8.976 KB
-rw-r--r--
poplib.py
12.523 KB
-rw-r--r--
poplib.pyc
13.451 KB
-rw-r--r--
poplib.pyo
13.451 KB
-rw-r--r--
posixfile.py
7.815 KB
-rw-r--r--
posixfile.pyc
7.625 KB
-rw-r--r--
posixfile.pyo
7.625 KB
-rw-r--r--
posixpath.py
13.958 KB
-rw-r--r--
posixpath.pyc
11.485 KB
-rw-r--r--
posixpath.pyo
11.485 KB
-rw-r--r--
pprint.py
11.501 KB
-rw-r--r--
pprint.pyc
10.196 KB
-rw-r--r--
pprint.pyo
10.023 KB
-rw-r--r--
profile.py
22.257 KB
-rwxr-xr-x
profile.pyc
16.565 KB
-rw-r--r--
profile.pyo
16.324 KB
-rw-r--r--
pstats.py
26.086 KB
-rw-r--r--
pstats.pyc
25.188 KB
-rw-r--r--
pstats.pyo
25.188 KB
-rw-r--r--
pty.py
4.939 KB
-rw-r--r--
pty.pyc
4.977 KB
-rw-r--r--
pty.pyo
4.977 KB
-rw-r--r--
py_compile.py
5.797 KB
-rw-r--r--
py_compile.pyc
6.366 KB
-rw-r--r--
py_compile.pyo
6.366 KB
-rw-r--r--
pyclbr.py
13.074 KB
-rw-r--r--
pyclbr.pyc
9.59 KB
-rw-r--r--
pyclbr.pyo
9.59 KB
-rw-r--r--
pydoc.py
93.434 KB
-rwxr-xr-x
pydoc.pyc
92.689 KB
-rw-r--r--
pydoc.pyo
92.627 KB
-rw-r--r--
quopri.py
6.814 KB
-rwxr-xr-x
quopri.pyc
6.56 KB
-rw-r--r--
quopri.pyo
6.56 KB
-rw-r--r--
random.py
31.696 KB
-rw-r--r--
random.pyc
25.647 KB
-rw-r--r--
random.pyo
25.647 KB
-rw-r--r--
re.py
13.108 KB
-rw-r--r--
re.pyc
13.365 KB
-rw-r--r--
re.pyo
13.365 KB
-rw-r--r--
repr.py
4.195 KB
-rw-r--r--
repr.pyc
5.475 KB
-rw-r--r--
repr.pyo
5.475 KB
-rw-r--r--
rexec.py
19.676 KB
-rw-r--r--
rexec.pyc
23.998 KB
-rw-r--r--
rexec.pyo
23.998 KB
-rw-r--r--
rfc822.py
32.756 KB
-rw-r--r--
rfc822.pyc
31.829 KB
-rw-r--r--
rfc822.pyo
31.829 KB
-rw-r--r--
rlcompleter.py
5.851 KB
-rw-r--r--
rlcompleter.pyc
6.037 KB
-rw-r--r--
rlcompleter.pyo
6.037 KB
-rw-r--r--
robotparser.py
7.515 KB
-rw-r--r--
robotparser.pyc
8.12 KB
-rw-r--r--
robotparser.pyo
8.12 KB
-rw-r--r--
runpy.py
10.821 KB
-rw-r--r--
runpy.pyc
8.851 KB
-rw-r--r--
runpy.pyo
8.851 KB
-rw-r--r--
sched.py
4.969 KB
-rw-r--r--
sched.pyc
4.991 KB
-rw-r--r--
sched.pyo
4.991 KB
-rw-r--r--
sets.py
18.604 KB
-rw-r--r--
sets.pyc
17.21 KB
-rw-r--r--
sets.pyo
17.21 KB
-rw-r--r--
sgmllib.py
17.465 KB
-rw-r--r--
sgmllib.pyc
15.671 KB
-rw-r--r--
sgmllib.pyo
15.671 KB
-rw-r--r--
sha.py
0.384 KB
-rw-r--r--
sha.pyc
0.424 KB
-rw-r--r--
sha.pyo
0.424 KB
-rw-r--r--
shelve.py
7.986 KB
-rw-r--r--
shelve.pyc
10.358 KB
-rw-r--r--
shelve.pyo
10.358 KB
-rw-r--r--
shlex.py
10.902 KB
-rw-r--r--
shlex.pyc
7.546 KB
-rw-r--r--
shlex.pyo
7.546 KB
-rw-r--r--
shutil.py
19.405 KB
-rw-r--r--
shutil.pyc
19.188 KB
-rw-r--r--
shutil.pyo
19.188 KB
-rw-r--r--
site.py
19.177 KB
-rw-r--r--
site.pyc
19.354 KB
-rw-r--r--
site.pyo
19.354 KB
-rw-r--r--
smtpd.py
18.117 KB
-rwxr-xr-x
smtpd.pyc
15.904 KB
-rw-r--r--
smtpd.pyo
15.904 KB
-rw-r--r--
smtplib.py
31.391 KB
-rwxr-xr-x
smtplib.pyc
30.292 KB
-rw-r--r--
smtplib.pyo
30.292 KB
-rw-r--r--
sndhdr.py
5.833 KB
-rw-r--r--
sndhdr.pyc
7.404 KB
-rw-r--r--
sndhdr.pyo
7.404 KB
-rw-r--r--
socket.py
20.132 KB
-rw-r--r--
socket.pyc
16.154 KB
-rw-r--r--
socket.pyo
16.07 KB
-rw-r--r--
sre.py
0.375 KB
-rw-r--r--
sre.pyc
0.52 KB
-rw-r--r--
sre.pyo
0.52 KB
-rw-r--r--
sre_compile.py
19.358 KB
-rw-r--r--
sre_compile.pyc
12.456 KB
-rw-r--r--
sre_compile.pyo
12.304 KB
-rw-r--r--
sre_constants.py
7.028 KB
-rw-r--r--
sre_constants.pyc
6.113 KB
-rw-r--r--
sre_constants.pyo
6.113 KB
-rw-r--r--
sre_parse.py
29.98 KB
-rw-r--r--
sre_parse.pyc
21.117 KB
-rw-r--r--
sre_parse.pyo
21.117 KB
-rw-r--r--
ssl.py
36.577 KB
-rw-r--r--
ssl.pyc
32.241 KB
-rw-r--r--
ssl.pyo
32.241 KB
-rw-r--r--
stat.py
1.799 KB
-rw-r--r--
stat.pyc
2.813 KB
-rw-r--r--
stat.pyo
2.813 KB
-rw-r--r--
statvfs.py
0.877 KB
-rw-r--r--
statvfs.pyc
0.618 KB
-rw-r--r--
statvfs.pyo
0.618 KB
-rw-r--r--
string.py
21.043 KB
-rw-r--r--
string.pyc
20.627 KB
-rw-r--r--
string.pyo
20.627 KB
-rw-r--r--
stringold.py
12.157 KB
-rw-r--r--
stringold.pyc
12.598 KB
-rw-r--r--
stringold.pyo
12.598 KB
-rw-r--r--
stringprep.py
13.205 KB
-rw-r--r--
stringprep.pyc
14.401 KB
-rw-r--r--
stringprep.pyo
14.331 KB
-rw-r--r--
struct.py
0.08 KB
-rw-r--r--
struct.pyc
0.246 KB
-rw-r--r--
struct.pyo
0.246 KB
-rw-r--r--
subprocess.py
49.336 KB
-rw-r--r--
subprocess.pyc
32.324 KB
-rw-r--r--
subprocess.pyo
32.324 KB
-rw-r--r--
sunau.py
16.818 KB
-rw-r--r--
sunau.pyc
18.572 KB
-rw-r--r--
sunau.pyo
18.572 KB
-rw-r--r--
sunaudio.py
1.366 KB
-rw-r--r--
sunaudio.pyc
2.004 KB
-rw-r--r--
sunaudio.pyo
2.004 KB
-rw-r--r--
symbol.py
2.019 KB
-rwxr-xr-x
symbol.pyc
2.98 KB
-rw-r--r--
symbol.pyo
2.98 KB
-rw-r--r--
symtable.py
7.263 KB
-rw-r--r--
symtable.pyc
12.145 KB
-rw-r--r--
symtable.pyo
12.017 KB
-rw-r--r--
sysconfig.py
22.316 KB
-rw-r--r--
sysconfig.pyc
17.73 KB
-rw-r--r--
sysconfig.pyo
17.728 KB
-rw-r--r--
tabnanny.py
11.083 KB
-rwxr-xr-x
tabnanny.pyc
8.308 KB
-rw-r--r--
tabnanny.pyo
8.308 KB
-rw-r--r--
tarfile.py
88.445 KB
-rw-r--r--
tarfile.pyc
76.537 KB
-rw-r--r--
tarfile.pyo
76.537 KB
-rw-r--r--
telnetlib.py
26.402 KB
-rw-r--r--
telnetlib.pyc
23.03 KB
-rw-r--r--
telnetlib.pyo
23.03 KB
-rw-r--r--
tempfile.py
19.089 KB
-rw-r--r--
tempfile.pyc
20.553 KB
-rw-r--r--
tempfile.pyo
20.553 KB
-rw-r--r--
textwrap.py
16.875 KB
-rw-r--r--
textwrap.pyc
11.991 KB
-rw-r--r--
textwrap.pyo
11.901 KB
-rw-r--r--
this.py
0.979 KB
-rw-r--r--
this.pyc
1.204 KB
-rw-r--r--
this.pyo
1.204 KB
-rw-r--r--
threading.py
46.174 KB
-rw-r--r--
threading.pyc
42.968 KB
-rw-r--r--
threading.pyo
40.845 KB
-rw-r--r--
timeit.py
12.501 KB
-rwxr-xr-x
timeit.pyc
12.063 KB
-rw-r--r--
timeit.pyo
12.063 KB
-rw-r--r--
toaiff.py
3.068 KB
-rw-r--r--
toaiff.pyc
3.084 KB
-rw-r--r--
toaiff.pyo
3.084 KB
-rw-r--r--
token.py
2.854 KB
-rw-r--r--
token.pyc
3.79 KB
-rw-r--r--
token.pyo
3.79 KB
-rw-r--r--
tokenize.py
17.073 KB
-rw-r--r--
tokenize.pyc
14.368 KB
-rw-r--r--
tokenize.pyo
14.313 KB
-rw-r--r--
trace.py
29.2 KB
-rwxr-xr-x
trace.pyc
22.69 KB
-rw-r--r--
trace.pyo
22.629 KB
-rw-r--r--
traceback.py
11.021 KB
-rw-r--r--
traceback.pyc
11.659 KB
-rw-r--r--
traceback.pyo
11.659 KB
-rw-r--r--
tty.py
0.858 KB
-rw-r--r--
tty.pyc
1.324 KB
-rw-r--r--
tty.pyo
1.324 KB
-rw-r--r--
types.py
2.045 KB
-rw-r--r--
types.pyc
2.75 KB
-rw-r--r--
types.pyo
2.75 KB
-rw-r--r--
urllib.py
58.816 KB
-rw-r--r--
urllib.pyc
51.348 KB
-rw-r--r--
urllib.pyo
51.255 KB
-rw-r--r--
urllib2.py
51.306 KB
-rw-r--r--
urllib2.pyc
47.802 KB
-rw-r--r--
urllib2.pyo
47.709 KB
-rw-r--r--
urlparse.py
16.287 KB
-rw-r--r--
urlparse.pyc
15.514 KB
-rw-r--r--
urlparse.pyo
15.514 KB
-rw-r--r--
user.py
1.589 KB
-rw-r--r--
user.pyc
1.696 KB
-rw-r--r--
user.pyo
1.696 KB
-rw-r--r--
uu.py
6.55 KB
-rwxr-xr-x
uu.pyc
4.351 KB
-rw-r--r--
uu.pyo
4.351 KB
-rw-r--r--
uuid.py
22.632 KB
-rw-r--r--
uuid.pyc
23.221 KB
-rw-r--r--
uuid.pyo
23.107 KB
-rw-r--r--
warnings.py
14.476 KB
-rw-r--r--
warnings.pyc
13.485 KB
-rw-r--r--
warnings.pyo
12.715 KB
-rw-r--r--
wave.py
18.146 KB
-rw-r--r--
wave.pyc
20.191 KB
-rw-r--r--
wave.pyo
20.051 KB
-rw-r--r--
weakref.py
14.482 KB
-rw-r--r--
weakref.pyc
16.729 KB
-rw-r--r--
weakref.pyo
16.729 KB
-rw-r--r--
webbrowser.py
22.202 KB
-rwxr-xr-x
webbrowser.pyc
19.858 KB
-rw-r--r--
webbrowser.pyo
19.814 KB
-rw-r--r--
whichdb.py
3.309 KB
-rw-r--r--
whichdb.pyc
2.214 KB
-rw-r--r--
whichdb.pyo
2.214 KB
-rw-r--r--
wsgiref.egg-info
0.183 KB
-rw-r--r--
xdrlib.py
5.927 KB
-rw-r--r--
xdrlib.pyc
10.203 KB
-rw-r--r--
xdrlib.pyo
10.203 KB
-rw-r--r--
xmllib.py
34.048 KB
-rw-r--r--
xmllib.pyc
26.904 KB
-rw-r--r--
xmllib.pyo
26.904 KB
-rw-r--r--
xmlrpclib.py
50.914 KB
-rw-r--r--
xmlrpclib.pyc
44.812 KB
-rw-r--r--
xmlrpclib.pyo
44.632 KB
-rw-r--r--
zipfile.py
58.083 KB
-rw-r--r--
zipfile.pyc
41.924 KB
-rw-r--r--
zipfile.pyo
41.924 KB
-rw-r--r--