uawdijnntqw1x1x1
IP : 3.139.86.53
Hostname : host45.registrar-servers.com
Kernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
..
/
lib64
/
sasl2
/
..
/
nss
/
..
/
xtables
/
..
/
krb5
/
..
/
python2.7
/
pydoc.pyc
/
/
� zfc@s8dZdZdZdZdZddlZddlZddlZddlZddl Z ddl Z ddlZddlZddl 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/usr/lib64/python2.7/pydoc.pytpopleft>s(t__name__t __module__R (((s/usr/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/usr/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/usr/lib64/python2.7/pydoc.pyROscCs�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/usr/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/usr/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/usr/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/usr/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/usr/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/usr/lib64/python2.7/pydoc.pytstripid{scCstj|�ptj|�S(N(Rtismethodtismethoddescriptor(tobj((s/usr/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/usr/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/usr/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/usr/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/usr/lib64/python2.7/pydoc.pytfixup�s (tmapRtclassify_class_attrs(R$Rg((s/usr/lib64/python2.7/pydoc.pyRi�s t_unicodecBseZRS((RR(((s/usr/lib64/python2.7/pydoc.pyRj�stasciicCs|S(N((R4tencoding((s/usr/lib64/python2.7/pydoc.pyR!�scCs-t|t�r%|j|ptd�S|SdS(Ntxmlcharrefreplace(t isinstancetunicodetencodet _encoding(R4Rl((s/usr/lib64/python2.7/pydoc.pyR!�scCs)t|t�r|jtd�St|�S(NRm(RnRjRpRqtstr(R@((s/usr/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/usr/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/usr/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/usr/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(RR�texc_infoR�RKR�((s/usr/lib64/python2.7/pydoc.pyRt s cCsA|j}t|�tjkr*|j}nd|j||jfS(Nsproblem in %s - %s: %s(R�ttypettypest ClassTypeRR�RK(RR�((s/usr/lib64/python2.7/pydoc.pyt__str__s (RRRTRtR�(((s/usr/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/usr/lib64/python2.7/pydoc.pyt importfiles % icCs�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/usr/lib64/python2.7/pydoc.pyR�)s./& tDoccBsieZdd�Zdd�ZeZZZZZ Z ejj 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(RR$R+targs((s/usr/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(RR$R+R�tmessage((s/usr/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_(RR$tbasedirR|tdocloc((s/usr/lib64/python2.7/pydoc.pyt getdoclocvs& %%N(RRR_R�R�R�R�R�R�R�R�RRRRtexec_prefixtversionR�(((s/usr/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/usr/lib64/python2.7/pydoc.pyRt�s cCst|dddddd�S(Nt&s&t<s<t>s>(R6(RR4((s/usr/lib64/python2.7/pydoc.pytescape�scCstj||�S(N(RR�(RR$((s/usr/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�(RRQtlevelt methodname((s/usr/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#(RRQR�ttestttestrepr((s/usr/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(RRQR�((s/usr/lib64/python2.7/pydoc.pyt repr_instance�s)(RRRTRtR�R�R�R�trepr_strR�trepr_unicode(((s/usr/lib64/python2.7/pydoc.pyR��s tHTMLDoccBsOeZdZe�ZejZejZd�Zdd�Zddddd�Z d�Zd�Zd 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!(Rttitletcontents((s/usr/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> <br> <font color="%s" face="helvetica, arial"> <br>%s</font></td ><td align=right valign=bottom ><font color="%s" face="helvetica, arial">%s</font></td></tr></table> s ((RR�tfgcoltbgcoltextras((s/usr/lib64/python2.7/pydoc.pytheading�s is 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 s</tt>s�<p> <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="%s"> <td colspan=3 valign=bottom> <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_( RR�R�R�R�twidthtpreludet marginaliatgapR%((s/usr/lib64/python2.7/pydoc.pytsection�scGsd|}|j||�S(s$Format a section with a big heading.s<big><strong>%s</strong></big>(R�(RR�R�((s/usr/lib64/python2.7/pydoc.pyt bigsection�s c Cs7|jt|��}t|dddddddd� S(s!Format literal preformatted text.s s R�s s s<br> (R�RR6(RR4((s/usr/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(RtlisttformattcolsR%trowstcolti((s/usr/lib64/python2.7/pydoc.pytmulticolumn�s"cCsd|S(Ns<font color="#909090">%s</font>((RR4((s/usr/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>((RR+tdictstdict((s/usr/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,(RR$R*R+R�((s/usr/lib64/python2.7/pydoc.pyt classlinks $cCsd|j|jfS(sMake a link for a module.s<a href="%s.html">%s</a>(R(RR$((s/usr/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> (package)s<a href="%s">%s</a>(R�(RRdR+RRytshadowedturlR4((s/usr/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"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(RR4R�tfuncstclassesRItresultstheretpatterntmatchtstarttendR`tschemetrfctpeptselfdotR+R((s/usr/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( RttreeR*tparentR%tentrytctbasestparentsRL((s/usr/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 |�}|}tjdkr�ddl } | j|�}nd||f}Wntk r"d }nXg}t|d �r�t|j�}|d d.kr}|ddkr}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/usr/lib64/python2.7/pydoc.pyt<lambda>�RtModulescSs|dS(Ni((R'((s/usr/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 nturl2pathtpathname2urlR�R^RsR$RR�R&R�tlocalsR�RBR-R.t getmoduleRbRCRR�R�RGR/t isbuiltint isfunctionR3RRR�tpkgutiltiter_modulesRVtsortR�RR�RhRtgetclasstreeR�R-R/($RR$R+tmodtignoredR`tpartstlinksR�t linkednametheadRRR3tfilelinkR�R�R�R%R�RtcdictRJRKRLR*R�RtfdictRdR'tmodpkgstimportertispkgR�t classlist((s/usr/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�qPXqPWxn|r9|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��}|gks0t�|}q�Wdj| �} ||krhd ||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/usr/lib64/python2.7/pydoc.pyRt�scs#|jr�d�nd|_dS(Ns<hr> i(RK(R(tpush(s/usr/lib64/python2.7/pydoc.pytmaybe�s (RRRtRM((RL(s/usr/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/usr/lib64/python2.7/pydoc.pytspills cslt||�\}}|rh�j��|�x6|D]+\}}}}��j||���q6Wn|S(N(RRRMRO(RPRQRNRRR+ReRSRK(RTR=RLR(s/usr/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/usr/lib64/python2.7/pydoc.pyt spilldata s$ cst|dd��S(NiR@(Rb(Rd(R$(s/usr/lib64/python2.7/pydoc.pyR(6RRzt-ics|d�kS(Ni((tt(t thisclass(s/usr/lib64/python2.7/pydoc.pyR(MRsdefined heresinherited from %ss:<br> RJcSs|dS(Ni((R[((s/usr/lib64/python2.7/pydoc.pyR([RcSst|d|d�S(Ni(tcmp(tt1tt2((s/usr/lib64/python2.7/pydoc.pyR(]Rs Methods %scSs|ddkS(Nitmethod((R[((s/usr/lib64/python2.7/pydoc.pyR(aRsClass methods %scSs|ddkS(Nisclass method((R[((s/usr/lib64/python2.7/pydoc.pyR(cRsStatic methods %scSs|ddkS(Nis static method((R[((s/usr/lib64/python2.7/pydoc.pyR(eRsData descriptors %scSs|ddkS(Nisdata descriptor((R[((s/usr/lib64/python2.7/pydoc.pyR(gRsData and other attributes %scSs|ddkS(NiRd((R[((s/usr/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> </tt>s#000000s#ffc8d8i((RRCRR RtgetmroR&RMRRtfilterRiRGRNR�R RRt__builtin__R$R;tAssertionErrorRRRR�R�(RR$R+R=RRR>trealnameR!R�RJtmroRLRVRWRYRQRJReRSRKtanchort inheritedttagR�R"R'(( RRRTRUR=R$RLRR\s/usr/lib64/python2.7/pydoc.pyR��s� $ $ $cCs|jd|j|��S(s)Format an argument default value as text.t=(R�R�(RR$((s/usr/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 �}|dkr�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> = %sRks<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 formatargspecRkR�RRR�(RR$R+R=RRRIRHReRgtnotetskipdocstimclassR�treallinkR�tvarargstvarkwtdefaultstargspectdeclR'((s/usr/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(RR+RKR=RRLR'((s/usr/lib64/python2.7/pydoc.pyRO�s cCs|j|||�S(s*Produce html documentation for a property.(RO(RR$R+R=RH((s/usr/lib64/python2.7/pydoc.pyR��scGs'|rd|pd}||j|�S(s-Produce HTML documentation for a data object.s<strong>%s</strong> = R(R�(RR$R+R=R>tlhs((s/usr/lib64/python2.7/pydoc.pyR��scCs|j|||�S(s1Produce html documentation for a data descriptor.(RO(RR$R+R=RH((s/usr/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�(RRRRFRGR+RHR�((s/usr/lib64/python2.7/pydoc.pytindex�s " N(RRRTR�t_repr_instanceR�R�R�R�R_R�R�R�R�R�RRRRRRR�R�RkR�ROR�R�R�R|(((s/usr/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/usr/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�(RRQR�R�((s/usr/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(RRQR�R�R�((s/usr/lib64/python2.7/pydoc.pyR��s $cCs9y ttt|��|j�SWnd|jjSXdS(Ns <%s instance>(R;R=R�R�R�R(RRQR�((s/usr/lib64/python2.7/pydoc.pyR��s (RRRTRtR�R�R�R�(((s/usr/lib64/python2.7/pydoc.pyR~�s tTextDoccBs�eZdZe�ZejZd�Zdd�Zd�Zddd�Z ddd�Zddd�Zd �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/usr/lib64/python2.7/pydoc.pyR(RR(RRh(RR4((s/usr/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/usr/lib64/python2.7/pydoc.pyR(Ri����(RRhRR(RR4R�R(((s/usr/lib64/python2.7/pydoc.pytindent scCs(|j|�dt|j|��dS(s&Format a section with a given heading.s s (R�RR�(RR�R�((s/usr/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/usr/lib64/python2.7/pydoc.pyR(#Rs(%s)s, s s ((R�R,RhRR( RRR*RR�R%RR R!R"((s/usr/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�||jdt|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/usr/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/(RR$R+R=tsynoptdescR%R`R|R�RRJRKRRdRFt modpkgs_namesRGR*RHt submodulesRIR�R�((s/usr/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 ���}x0|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��}|gks�t�|}q�Wdj|�}|s|dS|d�jt|�d�dS(!s4Produce text documentation for a given class object.cSs t||�S(N(R,(R R�((s/usr/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/usr/lib64/python2.7/pydoc.pyRt�scs'|jr�dd�nd|_dS(NRZiFi(RK(R(RL(s/usr/lib64/python2.7/pydoc.pyRM�s (RRRtRM((RL(s/usr/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/usr/lib64/python2.7/pydoc.pyRV�s cslt||�\}}|rh�j��|�x6|D]+\}}}}��j||���q6Wn|S(N(RRRMRO(RPRQRNRRR+ReRSRK(RTR=RLR(s/usr/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/usr/lib64/python2.7/pydoc.pyRY�s $cst|dd��S(NiR@(Rb(Rd(R$(s/usr/lib64/python2.7/pydoc.pyR(�Rics|d�kS(Ni((R[(R\(s/usr/lib64/python2.7/pydoc.pyR(�Rsdefined heresinherited from %ssMethods %s: cSs|ddkS(NiR`((R[((s/usr/lib64/python2.7/pydoc.pyR(�RsClass methods %s: cSs|ddkS(Nisclass method((R[((s/usr/lib64/python2.7/pydoc.pyR(�RsStatic methods %s: cSs|ddkS(Nis static method((R[((s/usr/lib64/python2.7/pydoc.pyR(�RsData descriptors %s: cSs|ddkS(Nisdata descriptor((R[((s/usr/lib64/python2.7/pydoc.pyR(�RsData and other attributes %s: cSs|ddkS(NiRd((R[((s/usr/lib64/python2.7/pydoc.pyR(�Rs | ((RRCRR�RhRRRR RRaR&RbRiR RRRcR$R,R;RdR�R(RR$R+R=R>ReR!R�R�R"R'R�RfRLRJRVRWRYRQRhRi((RTR=R$RLRR\s/usr/lib64/python2.7/pydoc.pyR��sn cCsd|j|�S(s)Format an argument default value as text.Rj(R�(RR$((s/usr/lib64/python2.7/pydoc.pyRkscCs�|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 = Rks<lambda>s lambda i����s(...)s N(RRR>RlR,RmR_R�RnR�RoR8RpRqRkRRR�(RR$R+R=RHReRrRsRtR�R�RvRwRxRyRzR'((s/usr/lib64/python2.7/pydoc.pyR�sB cCszg}|j}|r5||j|��|d�nt|�pDd}|rm||j|��|d�ndj|�S(Ns R(RR�RR�R(RR+RKR=RRLR'((s/usr/lib64/python2.7/pydoc.pyRO6s cCs|j|||�S(s*Produce text documentation for a property.(RO(RR$R+R=RH((s/usr/lib64/python2.7/pydoc.pyR�CscCs|j|||�S(s1Produce text documentation for a data descriptor.(RO(RR$R+R=RH((s/usr/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( RR$R+R=RR8R'R�R}tchop((s/usr/lib64/python2.7/pydoc.pyR�Ks# N(RRRTR~R}R�R�R�R�R_RR�R�RkR�ROR�R�R�(((s/usr/lib64/python2.7/pydoc.pyRs dx + cCst�at|�dS(sCThe first time this is called, determine what kind of pager to use.N(tgetpagertpager(R4((s/usr/lib64/python2.7/pydoc.pyR�Ys cCs�ttj�tjk rtSttjd�s2tStjj�sRtjj�rVtSdt j kr�tjdkr{d�St j jd�dkr�d�Sd �Snt j jd�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/usr/lib64/python2.7/pydoc.pyR(iRtTERMtdumbtemacscSstt|�tjd�S(NR�(t pipepagerR�RR�(R4((s/usr/lib64/python2.7/pydoc.pyR(kRcSst|tjd�S(NR�(R�RR�(R4((s/usr/lib64/python2.7/pydoc.pyR(mRtos2cSstt|�d�S(Nsmore <(R�R�(R4((s/usr/lib64/python2.7/pydoc.pyR(qRtsystems(less) 2>/dev/nullicSs t|d�S(Ntless(R�(R4((s/usr/lib64/python2.7/pydoc.pyR(sRi����Ns more "%s"cSs t|d�S(Ntmore(R�(R4((s/usr/lib64/python2.7/pydoc.pyR(zR(R�R�(R�R�(R�RtstdoutR�tFileTypet plainpagerR^tstdinR�RR�R2R�R\R�ttempfiletmkstempR�tttypagertunlink(R�tfdR�((s/usr/lib64/python2.7/pydoc.pyR�_s4 !$ (cCstjdd|�S(s%Remove boldface formatting from text.s.R(R"R#(R4((s/usr/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/usr/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/usr/lib64/python2.7/pydoc.pyR��s c Cs?ttt|�ttjdt���jd�}yDddl}tjj �}|j |�}|j|�d�}Wn&tt 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/usr/lib64/python2.7/pydoc.pyR(�RcSstjj�d d S(Ni����i(RR�R{(((s/usr/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/usr/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/usr/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 sinstance of (RR-RRR�R^R7R�t__objclass__RR�R.R8R>R�R�tInstanceTypeR�(tthing((s/usr/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/usr/lib64/python2.7/pydoc.pytlocate�s ( t_OldStyleClasscBseZRS((RR(((s/usr/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/usr/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/usr/lib64/python2.7/pydoc.pyt render_docs$ 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/usr/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/usr/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/usr/lib64/python2.7/pydoc.pyt writedocs8s %tHelpercBs�eZidd6dd6d(d6d)d6d*d6d+d 6d,d6d-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�Zeekr�edxeZneee <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�d6Zd�d�d�Zed��Zed��Zd�Ze�Zed�Zd�Zd�Zd�Zd�Zdd d!�Zd"�Zd#�Zd$�Zdd%�Zd&�Zdd'�Z RS(�tBOOLEANtandtwithtastassertRtbreaks while fortclasssCLASSES SPECIALMETHODStcontinuetfunctiontdeftdeltBASICMETHODStifteliftelsettrytexcepttexectfinallytforsbreak continue whiletimporttfromtglobalt NAMESPACESt TRUTHVALUEtMODULEStintSEQUENCEMETHODS2t COMPARISONtistlambdaR�tnottortpasstprinttraiset EXCEPTIONStreturntwhilesbreak continue if TRUTHVALUEs CONTEXTMANAGERS EXCEPTIONS yieldtyieldccs&|]}dD]}||Vq qdS(t'RN(R�R((t.0tpR�((s/usr/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\tPRIVATENAMESRZsPRIVATENAMES 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 SEQUENCEStDICTIONARIEStMAPPINGSttypesfunctionss def TYPESttypesmethodssclass def CLASSES TYPEStMETHODSsbltin-code-objectsscompile FUNCTIONS TYPEStCODEOBJECTSsbltin-type-objectsstypes TYPEStTYPEOBJECTStFRAMEOBJECTSt TRACEBACKSsbltin-null-objecttNONEsbltin-ellipsis-objecttSLICINGSsbltin-file-objectstFILEStspecialattrstSPECIALATTRIBUTESs!class SPECIALMETHODS PRIVATENAMESR�ttypesmodulestPACKAGESsoperator-summarys�lambda or and not in is BOOLEAN COMPARISON BITWISE SHIFTING BINARY FORMATTING POWER UNARY ATTRIBUTES SUBSCRIPTS SLICINGS CALLS TUPLES LISTS DICTIONARIES BACKQUOTEStEXPRESSIONSt PRECEDENCEtobjectstOBJECTStspecialnamesstBASICMETHODS 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-mutabletLISTLITERALStLISTStlistssLISTS LITERALSttypesmappingtDICTIONARYLITERALSRsDICTIONARIES 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(Rtinputtoutput((s/usr/lib64/python2.7/pydoc.pyRt�s cCs|jptjS(N(RzRR�(R((s/usr/lib64/python2.7/pydoc.pyR(�RcCs|jptjS(N(R{RR�(R((s/usr/lib64/python2.7/pydoc.pyR(�RcCs)tj�dddkr%|�dSdS(Niit?Rs<pydoc.Helper instance>(Rtstack(R((s/usr/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�(Rtrequest((s/usr/lib64/python2.7/pydoc.pyRX�s cCs�|jjd�x�tr�y|jd�}|s5PnWnttfk rPPnXt|�}t|�dkr�|d|dko�dknr�|d|dd!kr�|dd!}nt|�dkr�Pn|j |�qWdS( Ns shelp> iii����R�RiR�tquit(R�R(R�R�( R}R�RvtgetlinetKeyboardInterrupttEOFErrorRR&RR�(RR�((s/usr/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{(Rtprompt((s/usr/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||jkr(|j|�qg|rgt |d �qgn&t|t�rZ|�n t |d �|jjd�dS(NRR�tkeywordstsymbolsttopicsR�ismodules isHelp on %s:s (R�RR�tlistkeywordstlistsymbolst listtopicstlistmodulesRR�t showsymbolR�t showtopicR�R'RnR�R}R�(RR�((s/usr/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/usr/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�( RtitemstcolumnsR�tcolwR�trowR�R�((s/usr/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/usr/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/usr/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/usr/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(Rttopict more_xrefst pydoc_datattargettlabeltxrefsR'R�R�tbuffer((s/usr/lib64/python2.7/pydoc.pyR�ms6 ! cCs9|j|}|jd�\}}}|j||�dS(NR�(R�t partitionR�(RtsymbolR�R�RZR�((s/usr/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/usr/lib64/python2.7/pydoc.pytcallback�scs�d|d�dS(N(R_(R*(R�(s/usr/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(RRJR�R�((R�s/usr/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�RRR R�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 (RR(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-objectR4(sbltin-file-objectsR(R6R(R�s!class SPECIALMETHODS PRIVATENAMES(R8R�(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(RFs%NAMESPACES DYNAMICFEATURES EXCEPTIONS(RHs*global ASSIGNMENT DELETION DYNAMICFEATURES(sdynamic-featuresR(R�stry except finally raise(scoercion-rulesRL(RNRM(ROskeywords SPECIALIDENTIFIERS(s id-classesR(satom-identifiersR(s atom-literalssHSTRINGS BACKQUOTES NUMBERS TUPLELITERALS LISTLITERALS DICTIONARYLITERALS(RTsTUPLES LITERALS(stypesseq-mutableRV(RXsLISTS LITERALS(RYRZ(RsDICTIONARIES LITERALS(sstring-conversionssrepr str STRINGS LITERALS(sattribute-referencess(getattr hasattr setattr ATTRIBUTEMETHODS(R\RC(R^R�(R_R:(RaR:(RbR:(RcR:(ReR:(RgR:(RhsEXPRESSIONS BASICMETHODS(RisEXPRESSIONS TRUTHVALUE(RkR(RmRE(Rssfor while break continue(Rus if while and or not BASICMETHODS(RvRw(scontext-managersR�N(!RRR�R�t_strprefixest_symbols_inverseR�t iteritemsR�tsymbols_R�R�R�R_RtR�R|R}R�R$R�RXR�R�R�R�R�R�R�R�R�R�R�(((s/usr/lib64/python2.7/pydoc.pyR�?sB tScannercBs eZdZd�Zd�ZRS(sA generic tree iterator.cCs)||_g|_||_||_dS(N(trootststatetchildrentdescendp(RR�R�R�((s/usr/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(RtroottnodeR�tchild((s/usr/lib64/python2.7/pydoc.pyR��s "(RRRTRtR�(((s/usr/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����tget_filenameRU(RRwR�RR�R_RR�RTRR9R�tfind_moduleR^R�R~R�R�R�R�RG(RR�RJt completerR�tseenR*R�RGRHtloaderR�RR�((s/usr/lib64/python2.7/pydoc.pyR��sB "#" "#N(RRRTR_R�(((s/usr/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/usr/lib64/python2.7/pydoc.pyR��scSsdS(N((R*((s/usr/lib64/python2.7/pydoc.pyR��stignoreR�N(twarningstcatch_warningstfilterwarningsR�R�(RJR�R�((s/usr/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-encodingscontent-type(R�RCRtt getheadertencodingheadert typeheadert parsetypet parseplist(RtfptseekableR�((s/usr/lib64/python2.7/pydoc.pyRts ! (RRRt(((s/usr/lib64/python2.7/pydoc.pyR�st DocHandlercBs#eZd�Zd�Zd�ZRS(cSs_yG|jd�|jdd�|j�|jjtj||��Wntk rZnXdS(Ni�sContent-Types text/html(t send_responsetsend_headertend_headerstwfileR�R�R�R�(RR�R�((s/usr/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�tj �}tj||�}d tjdd d|�g}i} x*tjD]} |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/usr/lib64/python2.7/pydoc.pyt bltinlink*scSs |dkS(NR�((RQ((s/usr/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 <ping@lfw.org></font>sIndex of Modules(RR�R�R�R�R�RrR�R�R�R�RbRR�R�R�RR|R(RRR@RKR�R�tnamesR�tindicesR�R((s/usr/lib64/python2.7/pydoc.pytdo_GETs< % cWsdS(N((RR�((s/usr/lib64/python2.7/pydoc.pytlog_message:R(RRR�R�R�(((s/usr/lib64/python2.7/pydoc.pyR�s #t DocServercBs#eZd�Zd�Zd�ZRS(cSs>d}||f|_||_|jj||j|j�dS(Nt localhost(taddressR�RLRtthandler(RtportR�thost((s/usr/lib64/python2.7/pydoc.pyRt=s cSsiddl}t|_xM|jsd|j|jj�gggd�\}}}|r|j�qqWdS(Ni����i(tselectRwR�tsocketR�thandle_request(RR�trdtwrtex((s/usr/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/usr/lib64/python2.7/pydoc.pyR�Js (RRRtR�R�(((s/usr/lib64/python2.7/pydoc.pyR�<s (tBaseHTTPServert mimetoolsR�R�tBaseHTTPRequestHandlert HTTPServerRLR�tMessageClassR�R�terror( R�R�R�R�R�R�R�R�R�((s/usr/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 �Zd�Z d�Zdd �ZRS(i(c Ss�||_d|_d|_ddl}|j|�|_|j|jdd�|_|j |jddd|j dd�|_|j |jddd|jdd�|_ |j|�|_|j|jdd �|_|j|j�|_|jjd |j�|j |jdddd 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:|jf�j;�dS()Ni����R4sStarting server... sopen browsertcommandR�tdisabledsquit servings Search fors<Return>tstoptpadyiR#tsidetrighttpydoctWM_DELETE_WINDOWttoptfillRQtlefttexpandit helveticaii tfonttheightis <Button-1>s<Double-Button-1>torienttverticaltyscrollcommandsgo to selectedshide 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_widthtminwidthtwinfo_heightt minheighttwinfo_reqheighttbigminheighttbigwidtht bigheighttexpandedtwm_geometryt wm_minsizettktwilldispatcht threadingtThreadR�treadyR(RRR�RR�R/((s/usr/lib64/python2.7/pydoc.pyRt_sp ! ! & cSsM||_|jjdd|j�|jjdd�|jjdd�dS(NR4sPython documentation server at R�tnormal(RR RRRR (RR((s/usr/lib64/python2.7/pydoc.pyR1�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�(RteventRR3trc((s/usr/lib64/python2.7/pydoc.pyR��s cSs)|jrd|j_n|jj�dS(Ni(RR�R(RR4((s/usr/lib64/python2.7/pydoc.pyR��s c Ss|jj�}|jjdd�|jjdd�|jjdd|�|jj�|jjdd�|jjdd �|j jdd �|j �ddl}|jr�d|j_ nt�|_d �}|jd|jjd|j||jfdtd|��j�dS(NR�R�R�R2R4sSearching for "%s"...R�iRR�i����icSsdS(N((R*((s/usr/lib64/python2.7/pydoc.pyR��sR�R�tkwargsR�(RR�RRRRtforgetRtdeleteRR�R/RR�R�R0R�RDR�RR(RR4RJR/R�((s/usr/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(RRR*R�((s/usr/lib64/python2.7/pydoc.pyRD�scSs%|jr!d|j_d|_ndS(Ni(RR�R_(RR4((s/usr/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_RRRRRRR2RR7(R((s/usr/lib64/python2.7/pydoc.pyR��s cSs|jjdd�dS(NR�R2(RR(RR4((s/usr/lib64/python2.7/pydoc.pyR��scSsZ|jj�}|rVt|jj|d��d}|jd|jj|d�ndS(NiRs.html(RtcurselectionRR�R�RR(RR4t selectionR*((s/usr/lib64/python2.7/pydoc.pyR�s cSs�|js dS|jj�|jj�|jj�|jj�|_|jj�|_ |jj d|j|jf�|jj |j|j�d|_dS(Ns%dx%di(R*RR7RRRR"R(R$R)R+R#R%R,(R((s/usr/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/usr/lib64/python2.7/pydoc.pyR��s cSs|j�|j�dS(N(R�R<(RR4((s/usr/lib64/python2.7/pydoc.pyR s N(RRRtR1R_R�R�R RDR�R�R�RR<R�R (((s/usr/lib64/python2.7/pydoc.pyR�^sE i����N((RtTktmainlooptdestroyR�(R�RR�tgui((s/usr/lib64/python2.7/pydoc.pyRC\s� cCs%t|t�o$t|tj�dkS(Ni(RnRrRRtsep(RQ((s/usr/lib64/python2.7/pydoc.pytispath scCs�ddl}ddd��Y}dtjkrtjjtjd�}|tjkritjj|�ntjjdd�ny�|jtjdd �\}}d}x�|D]�\}}|d kr�t�dS|dkr�t |�dS|dkrGyt |�}Wntk r |�nXd �} d�} t|| | �dS|dkr�d}q�q�W|so|�nx�|D]�}t |�r�tjj|�r�d|GHPny|t |�r�tjj|�r�t|�}n|rt |�r tjj|�r t|�q#t|�n tj|�Wqvtk r>}|GHqvXqvWWnT|j|fk r�tjjtjd�} d| tj| | | tjfGHnXdS(s@Command-line interface (looks at sys.argv to decide what to do).i����NtBadUsagecBseZRS((RR(((s/usr/lib64/python2.7/pydoc.pyRF sRiRisgk:p:ws-gs-ks-pcSsd|jGHdS(Nspydoc server ready at %s(R(R((s/usr/lib64/python2.7/pydoc.pyR16 scSs dGHdS(Nspydoc server stopped((((s/usr/lib64/python2.7/pydoc.pytstopped8 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. ((tgetoptRRRtdirnametargvtremoveR9RCR�R R�R�REtexistsRuR�RR�R�R�R�R�R�RD(RHRFt scriptdirtoptsR�twritingtopttvalR�R1RGtargRKR�((s/usr/lib64/python2.7/pydoc.pytcli s^ 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~RR�R�R�R�R�R�R�R�R�R4R�R�R�R�R�R�R'R�R�R�R�R�R�R�R�RCRERSR(((s/usr/lib64/python2.7/pydoc.pyt<module>!s� l: 29*��% �Y ! , �o , [ � Q
/home/../lib64/sasl2/../nss/../xtables/../krb5/../python2.7/pydoc.pyc