b374k
m1n1 1.01
Apache/2.2.15 (CentOS)
Linux obd60-6c49958d75-2q7cw 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64
uid=48(apache) gid=48(apache) groups=48(apache)
server ip : 104.21.65.202 | your ip : 10.244.126.0
safemode OFF
 >  / usr / lib64 / python2.6 /
Filename/usr/lib64/python2.6/pydoc.pyc
Size88.92 kb
Permissionrw-r--r--
Ownerapache
Create time23-Dec-2025 17:41
Last modified20-Jun-2019 19:45
Last accessed22-Apr-2026 05:32
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
Ñò
§ÚêLc@sºdZdZdZdZdZddkZddkZddkZddkZddk Z ddk
Z
ddk Z ddk Z ddk
lZddklZlZlZlZlZlZlZlZdd klZydd
klZWn)ej
od efd ��YZnXd
�Zd�Zd�Z d�Z!d�Z"d�Z#d�Z$ei%dei&�Z'd�Z(d�Z)d�Z*d�Z+e,d�Z-d�Z.d�Z/d�Z0hd�Z1de2fd��YZ3d �Z4d!hd"�Z5d#fd$��YZ6d%efd&��YZ7d'e6fd(��YZ8d)efd*��YZ9d+e6fd,��YZ:d-�a;d.�Z<d/�Z=d0�Z>d1�Z?d2�Z@d3�ZAd4�ZBd!d5�ZCe:�ZDe8�ZEd6fd7��YZFeGeF��ZHd!d8�ZId9d!d:�ZJd9d!d;�ZKd!d<�ZLd=e,d>�ZMd?fd@��YZNeN�ZOdAfdB��YZPdCfdD��YZQdE�ZRe,e,dF�ZSdG�ZTdH�ZUdI�ZVeWdJjo eV�ndS(Ks�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.

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

http://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 <[email protected]>s26 February 2001s$Revision: 83492 $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
|id�S(Ni(tpop(tself((s/usr/lib64/python2.6/pydoc.pytpopleft=s(t__name__t
__module__R
(((s/usr/lib64/python2.6/pydoc.pyR
<scCs�g}g}xztiD]o}tii|pd�}tii|�}||jo1tii|�o|i|�|i|�qqW|S(sAConvert sys.path into a list of absolute, existing, unique paths.t.(tsystpathtostabspathtnormcasetisdirtappend(tdirstnormdirstdirtnormdir((s/usr/lib64/python2.6/pydoc.pytpathdirsBs
 
cCsFti|�p
ti|�}|otiddt|��pdS(s-Get the doc string or comments for an object.s^ *
t(tinspecttgetdoct getcommentstretsubR(tobjecttresult((s/usr/lib64/python2.6/pydoc.pyRNscCs�tt|�d�}t|�djo|ddfSt|�djo.t|d� o|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.6/pydoc.pytsplitdocSs %cCs2|i}|i|jo|id|}n|S(s@Get a class name and qualify it with a module name if necessary.R(RR(R#tmodnametname((s/usr/lib64/python2.6/pydoc.pyt classname\s cCs^ti|�pMti|�p=ti|�p-ti|�pti|�p
ti|� S(s>Check if an object is of a type that probably means it's data.(Rtismoduletisclasst isroutinetisframet istracebacktiscode(R#((s/usr/lib64/python2.6/pydoc.pytisdatacs  cGs=x6|o.tt||d�|d�}|d}qW|S(s/Do a series of global replacements on a string.iii(RR(ttexttpairs((s/usr/lib64/python2.6/pydoc.pytreplaceis
 cCsdt|�|joMtd|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(R3tmaxlentpretpost((s/usr/lib64/python2.6/pydoc.pytcramps
s at 0x[0-9a-f]{6,16}(>+)$cCstid|�S(s>Remove the hexadecimal id from a Python object representation.s\1(t _re_stripidR"(R3((s/usr/lib64/python2.6/pydoc.pytstripidyscCsti|�p
ti|�S(N(Rtismethodtismethoddescriptor(tobj((s/usr/lib64/python2.6/pydoc.pyt_is_some_method~scCs�h}x*ti|t�D]\}}d||<qWx$|iD]}|it|��q=Wx'|i�D]}t||�||<qgW|S(Ni(Rt
getmembersR@t __bases__tupdatet
allmethodstkeystgetattr(tcltmethodstkeytvaluetbase((s/usr/lib64/python2.6/pydoc.pyRD�s 

cCsRg}g}x9|D]1}||�o|i|�q|i|�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.6/pydoc.pyt _split_list�s
cCsgd}||jod S|id
�o|id
�od S|d
j o ||jS|id � Sd
S(s3Decide whether to show documentation on a variable.t __builtins__t__doc__t__file__t__path__RRt __slots__t __package__it__it_N(s __builtins__s__doc__s__file__s__path__s
__module__s__name__s __slots__s __package__(t
startswithtendswithtNone(R*tallt
_hidden_names((s/usr/lib64/python2.6/pydoc.pyt visiblename�s
 
 cCsd�}t|ti|��S(sCWrap inspect.classify_class_attrs, with fixup for data descriptors.cSs<|\}}}}ti|�o
d}n||||fS(Nsdata descriptor(Rtisdatadescriptor(tdataR*tkindtclsRJ((s/usr/lib64/python2.6/pydoc.pytfixup¬s
(tmapRtclassify_class_attrs(R#Rd((s/usr/lib64/python2.6/pydoc.pyRfªs cCsWtii|�o@x=dD]1}tiitii|d|��otSqWntS(s3Guess whether a path refers to a package directory.s.pys.pycs.pyot__init__(s.pys.pycs.pyo(RRRtisfileRtTruetFalse(Rtext((s/usr/lib64/python2.6/pydoc.pyt ispackageµs &
c Cs|i�}x<|d djpt|� o|i�}|pPqqWt|�}|d djo|d}n|d djos|d}|ddjo|d }nx*t|�p|i�}|pPq³q³Wtt|d�d �}nd}|S(
Nit#isr"""is"""iÿÿÿÿs\i(treadlineRRR\(tfiletlineR$((s/usr/lib64/python2.6/pydoc.pytsource_synopsis½s*  
 

 
c Csti|�i}|i|d�\}}||joËti|�}yt|�}Wntj
odSX|odd|djoSy t i
d|||d�}WndSX|i pdi �d}t
id=nt|�}|i�||f||<n|S( s.Get the one-line summary out of a module file.itbit__temp__iRN(iN(Rtstattst_mtimetgetR\Rt
getmoduleinfotopentIOErrortimpt load_moduleRSt
splitlinesRtmodulesRqtclose(tfilenametcachetmtimet
lastupdateR$tinfoRotmodule((s/usr/lib64/python2.6/pydoc.pytsynopsisÎs&
  
tErrorDuringImportcBs eZdZd�Zd�ZRS(sEErrors that occurred while trying to import something to document it.cCs7|\}}}||_||_||_||_dS(N(RtexcRJttb(R Rtexc_infoR�RJR�((s/usr/lib64/python2.6/pydoc.pyRgæs
   cCsC|i}t|�tijo
|i}nd|i||ifS(Nsproblem in %s - %s: %s(R�ttypettypest ClassTypeRRRJ(R R�((s/usr/lib64/python2.6/pydoc.pyt__str__ís 
(RRRSRgR�(((s/usr/lib64/python2.6/pydoc.pyR�äs c
Csâti�}t|d�}|it|��|jo
ti}n
ti}|i�ti i
|�}ti i |�\}}t|d�}y%ti ||||d|f�}Wnt
|ti���nX|i�|S(s<Import a Python source file or compiled file given its path.tr(Rzt get_magicRxtreadR%t PY_COMPILEDt PY_SOURCER~RRtbasenametsplitextR{R�RR�(RtmagicRoRbRR*RkR�((s/usr/lib64/python2.6/pydoc.pyt
importfileós 
 
%
ic
Cs¯y®|o�|tijo�|tijosg}tiD]%}|i|d�o ||q8q8~}x4|g|D]!}ti|||<ti|=qtWq¡nt|�}Wn²ti�\}} }
} |tijotti|i| ��qc|tjot| i | ��qc|t
jo t |
�dddjodSt|ti���nXxEt
|d�dD]0} yt|| �}Wqwtj
odSXqwW|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_namesRZt
__import__R�R�RTt SyntaxErrorRt ImportErrorR R\RRFtAttributeError(
Rt forceloadR�t_[1]tmtsubsRIR�R�RJR�R�tpart((s/usr/lib64/python2.6/pydoc.pyR�s2<
(
tDoccBsCeZdd�Zdd�ZeZZZZZ Z
d�Z RS(cGsë||f|}ti|�o|i|�Sti|�o|i|�Sy^ti|�o|i|�Sti|�o|i|�Sti|�o|i |�SWnt
j
onXt |t �o|i
|�S|i|�S(s%Generate documentation for an object.(RtisgetsetdescriptortdocdatatismemberdescriptorR,t docmoduleR-tdocclassR.t
docroutineR�t
isinstancetpropertyt docpropertytdocother(R R#R*targs((s/usr/lib64/python2.6/pydoc.pytdocument9s"cGs7d|odt|�t|�if}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/usr/lib64/python2.6/pydoc.pytfailKs'cCs-yti|�}Wntj
o
d}nXtiidd�}tiiti ddti
dd!�}t |t t��o |i
djp0|i|�o-|itii|d�� o`|i
djoP|id�o d|id�|i
f}q)tii||i
d�}nd}|S(s*Return the location of module docs or Nones
(built-in)t
PYTHONDOCSshttp://docs.python.org/librarytlibtpythoniiterrnot
exceptionstgcRztmarshaltposixtsignalRtthreadt zipimports
site-packagess xml.etreestest.pydoc_modshttp://s%s/%st/s.html(
serrnos
exceptionsR¹simpsmarshalsposixssignalssysR½s zipimport(s xml.etreestest.pydoc_modN(Rt
getabsfileR±RtenvironRvRRRt exec_prefixtversionR©R�RRZRR\(R R#Rotdocloctbasedir((s/usr/lib64/python2.6/pydoc.pyt getdoclocSs(   
   N( RRR\R®R³R¦R§R¨R¬R«R¤RÆ(((s/usr/lib64/python2.6/pydoc.pyR¢8s  tHTMLReprcBsPeZdZd�Zd�Zd�Zd�Zd�ZeZd�Z eZ
RS(sBClass for safely making an HTML representation of a Python object.cCs:ti|�d|_|_d|_d|_|_dS(Nii
id(RRgtmaxlisttmaxtupletmaxdictt maxstringtmaxother(R ((s/usr/lib64/python2.6/pydoc.pyRgrs
 cCst|dddddd�S(Nt&s&amp;t<s&lt;t>s&gt;(R5(R R3((s/usr/lib64/python2.6/pydoc.pytescapexscCsti||�S(N(RR°(R R#((s/usr/lib64/python2.6/pydoc.pyR°{scCs�tt|�d�oMdttt|�i�d�}t||�ot||�||�Sn|ittt |��|i
��S(NRtrepr_RY( thasattrR�RRRRFRÐR:R<R°RÌ(R RPtlevelt
methodname((s/usr/lib64/python2.6/pydoc.pytrepr1~s
"cCs�t||i�}t|�}d|jo;dt|dd�jo"d|d|i|�|dStidd|i|��S(Ns\s\\RR�is-((\\[\\abfnrtv\'"]|\\[0-9]..|\\x..|\\u....)+)s<font color="#c040c0">\1</font>(R:RËR°R5RÐR!R"(R RPRÓttestttestrepr((s/usr/lib64/python2.6/pydoc.pyt repr_string�s &" cCsKy)|ittt|��|i��SWn|id|ii�SXdS(Ns
<%s instance>(RÐR:R<R°RËt __class__R(R RPRÓ((s/usr/lib64/python2.6/pydoc.pyt
repr_instance�s)( RRRSRgRÐR°RÕRØtrepr_strRÚt repr_unicode(((s/usr/lib64/python2.6/pydoc.pyRÇps      tHTMLDoccBsOeZdZe�ZeiZeiZd�Zdd�Zddddd�Z
d�Z d�Z d d
�Z
d �Zd �Zd
�Zd�Zd�Zdhhhd�Zdd�Zddd�Zddhhd�Zd�Zddhhhdd�Zd�Zdddd�Zddd�Zdddd�Zdd�ZRS(s'Formatter class for HTML documentation.cCsd||fS(sFormat an HTML page.s�
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: %s</title>
</head><body bgcolor="#f0f0f8">
%s
</body></html>((R ttitletcontents((s/usr/lib64/python2.6/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/usr/lib64/python2.6/pydoc.pytheading¬s is&nbsp;c
Cs~|djodd|d}nd|||f} |o| 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/usr/lib64/python2.6/pydoc.pytsection·s
cGsd|}|i||�S(s$Format a section with a big heading.s<big><strong>%s</strong></big>(Ré(R RÞR­((s/usr/lib64/python2.6/pydoc.pyt
bigsectionÍs
c
Cs7|it|��}t|dddddddd� S(s!Format literal preformatted text.s

s

R¯s&nbsp;s
s<br>
(RÐRR5(R R3((s/usr/lib64/python2.6/pydoc.pyt preformatÒsicCs®d}t|�|d|}x�t|�D]w}|dd|}xRt|||||�D]5}|t|�jo||||�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/usr/lib64/python2.6/pydoc.pyt multicolumnØs
 cCsd|S(Ns<font color="#909090">%s</font>((R R3((s/usr/lib64/python2.6/pydoc.pytgreyäscGs5x.|D]&}||jod|||fSqW|S(s:Make a link for an identifier, given name-to-URL mappings.s<a href="%s">%s</a>((R R*tdictstdict((s/usr/lib64/python2.6/pydoc.pytnamelinkæs

cCsp|itii|i�}}t||�o4t||�|jod|i|t||�fSt||�S(sMake a link for a class.s<a href="%s.html#%s">%s</a>(RRR}RvRRÒRFR+(R R#R)R*R�((s/usr/lib64/python2.6/pydoc.pyt classlinkís
&cCsd|i|ifS(sMake a link for a module.s<a href="%s.html">%s</a>(R(R R#((s/usr/lib64/python2.6/pydoc.pyt
modulelinkõscCsu|\}}}}|o|i|�S|od||f}n d|}|od|}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 RaR*RRltshadowedturlR3((s/usr/lib64/python2.6/pydoc.pyt
modpkglinkùs
cCsæ|p|i}g}d}tid�}x�to�|i||�} | pPn| i�\}
} |i||||
!��| i�\} }
}}}}|
o3|| �idd�}|id||f�ná|o1dt |�}|id||| �f�n©|o1dt |�}|id||| �f�nq|| | d!d jo#|i|i
||||��n6|o|id
|�n|i|i
||��| }q.W|i|||��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.<strong>%s</strong>R( RÐR!tcompileRitsearchtspanRtgroupsR5tintR÷R(R R3RÐtfuncstclassesRHtresultstheretpatterntmatchtstarttendR]tschemetrfctpeptselfdotR*Rû((s/usr/lib64/python2.6/pydoc.pytmarkups:!!# c
Csd}x|D]ù}t|�td �jo |\}}|d}||i||�}|o_||fjoOg}x'|D]} |i|i| |��q|W|dt|d�d}n|d}q
t|�tg�jo!|d|i|||�}q
q
Wd|S(
sAProduce HTML for a class tree as given by inspect.getclasstree().Rs"<dt><font face="helvetica, arial">Rþs, t)s

</font></dt>s
<dd>
%s</dd>
s
<dl>
%s</dl>
((R�RøRRt
formattree(
R ttreeR)tparentR$tentrytctbasestparentsRK((s/usr/lib64/python2.6/pydoc.pyR.s$ 
 c$%Gsì|i}y
|i}Wntj
o
d}nXt|d�}g}xJtt|�d�D]2}|idt||d d�||f�q^Wt||dd�} d| }
yXt i
|�} | } t i djoddk
}
|
i| �} nd| | f}Wntj
o
d }nXg}t|d
�oft|i�}|d d.jo(|dd jot|d d!�}n|id|i|��nt|d�o#|i|it|i���n|o|
dt|d�}
n|i|�}|dj odt�}nd}|i|
ddd||�}t i|t i�}gh}}x�t i|t i�D]w\}}|dj pt i|�p||joAt||�o-|i||f�d|||<||<qüq�q�Wxº|D]²\}}x£|iD]�}|i|i}}t i i!|�}||jo`|oYt||�oIt"||�|jo/||jo|d|||<||<q±qµqqWqWgh}}x±t i|t i#�D]�\}}|dj p&t i$|�pt i|�|jo[t||�oG|i||f�d|||<t i%|�o||||<qvqzqàqàWg}xGt i|t&�D]3\}}t||�o|i||f�q�q�W|i't(|�|i)||�}|od|}|d|}t|d�o�g}x<t*i+|i,�D](\} }}!|i|||!df�q7W|i-�|i.||i/�}"||i0ddd|"�}n@|o8|i.||d ��}"||i0d!dd|"�}n|o�t1d"�|�}#|i2t i3|#d�|�g}"x6|D].\}}|"i|i4|||||��q"W||i0d#dd$t|"��}n|oeg}"x6|D].\}}|"i|i4|||||��q�W||i0d%dd&t|"��}n|o_g}"x-|D]%\}}|"i|i4||��qúW||i0d'dd(t|"d)��}nt|d*�o>|i't|i5�|i)�}"||i0d+dd|"�}nt|d,�o>|i't|i6�|i)�}"||i0d-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__i t$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>Rms.html#s#-s <tt>%s</tt>s
<p>%s</p>
RUisPackage Contentss#aa55cccSs|i|d�S(i(Rù(t key_valueRL((s/usr/lib64/python2.6/pydoc.pyt<lambda>�stModulescSs|dS(i((R((s/usr/lib64/python2.6/pydoc.pyR�stClassess#ee77aat Functionss#eeaa77tDatas#55aa55s<br>
t
__author__tAuthort __credits__tCreditss $Revision: (7Rt__all__R�R\RRìR%RRRRÀRtplatformt
nturl2patht pathname2urlR±RÒtstrRRRÐRRÆtlocalsRäRAR,R-t getmoduleR_RBRR}RvRFR.t isbuiltint
isfunctionR2RRRëtpkgutilt iter_modulesRUtsortRóRüRêReRt getclasstreeR®R#R%($R R#R*tmodtignoredR]tpartstlinksRòt
linkednametheadRRûR)tfilelinkR�RÃRÄR$R}RtcdictRIRJRKR)R�RtfdictRaR&tmodpkgstimportertispkgRßt classlist((s/usr/lib64/python2.6/pydoc.pyR¦Asô 
 '
  "#
 
 
" 
$
.
 
& !
  ! &  &      cs�i}|p|}�i}g} | i�dd(�fd��Y}
|
��tti���} t| �djoP�i��d�x+| D]#} �d�i| �i ��q�W�d�n��������fd�}
����fd�}��������fd �}t
d
�t ���}h�xg|D]_\}}}}d |d |�|<}t �|�}y|�|<WqMt
j
oqMXqMWxz|or| o| i��n|d
d�t|�fd��\}}�tijo
|}q³n1��jo
d}nd�i��i �}|d7}y|idd��Wn#t
j
o|id��nX|
d||d��}|
d||d��}|
d||d��}|d||d��}|d||d��}|gjpt�|}q³Wdi| �} ||jod ||f}nd!|||f}|oNg}x*|D]"} |i�i| �i ��q�W|d"t|d#�}n�it���i����}|od$|}�i|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.6/pydoc.pyRgÉscs%|io�d�nd|_dS(Ns<hr>
i(RB(R (tpush(s/usr/lib64/python2.6/pydoc.pytmaybeËs
(RRRgRD((RC(s/usr/lib64/python2.6/pydoc.pyRAÈs is&<dl><dt>Method resolution order:</dt>
s <dd>%s</dd>
s</dl>
c
s�t||�\}}|om�i��|�xV|D]J\}}}}��it�|�|��������d�q7Wn|S(Ns
(RQRDR®RF(tmsgtattrsRMtokR*RbthomeclsRJ(RtmdictthrR R#RCRR4(s/usr/lib64/python2.6/pydoc.pytspillÛs

csnt||�\}}|oN�i��|�x7|D]+\}}}}��i||���q7Wn|S(N(RQRDt_docdescriptor(RERFRMRGR*RbRHRJ(RJR RCR4(s/usr/lib64/python2.6/pydoc.pytspilldescriptorsæs

!c
st||�\}}|oú�i��|�xã|D]×\}}}}�it�|�|��}t|d�pti|�ot|dd�} nd} | djo�d|�nC�it |��i
����} d| } �d|| f��d�q7Wn|S(Nt__call__RSs<dl><dt>%s</dl>
s<dd><tt>%s</tt>s<dl><dt>%s%s</dl>
s
( RQRDR¬RFRÒRR`R\RRRë(
RERFRMRGR*RbRHRJRKR&(RRIR R#RJR4RRC(s/usr/lib64/python2.6/pydoc.pyt spilldataïs&



cSst|d�S(i(R_(Ra((s/usr/lib64/python2.6/pydoc.pyRsRmt-ics|d�jS(i((tt(t thisclass(s/usr/lib64/python2.6/pydoc.pyRss defined heresinherited from %ss:<br>
RIcSs|dS(i((RQ((s/usr/lib64/python2.6/pydoc.pyR%scSst|d|d�S(i(tcmp(tt1tt2((s/usr/lib64/python2.6/pydoc.pyR'ss
Methods %scSs|ddjS(itmethod((RQ((s/usr/lib64/python2.6/pydoc.pyR+ssClass methods %scSs|ddjS(is class method((RQ((s/usr/lib64/python2.6/pydoc.pyR-ssStatic methods %scSs|ddjS(is
static method((RQ((s/usr/lib64/python2.6/pydoc.pyR/ssData descriptors %scSs|ddjS(isdata descriptor((RQ((s/usr/lib64/python2.6/pydoc.pyR1ssData and other attributes %scSs|ddjS(iRa((RQ((s/usr/lib64/python2.6/pydoc.pyR3sRs*<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((RRBRR
RtgetmroR%RDRøRtfilterRfRFR±R
RQt __builtin__R#R2tAssertionErrorRRRRëRé(R R#R*R4RRR5trealnameRRßRAtmroRKRKRMRORFRIRbRHRJtanchort inheritedttagRÞRR&(( RRIRRR R4R#RJRCRs/usr/lib64/python2.6/pydoc.pyR§½s� 
   

$  $  

 


 
 
 
 
  
 $cCs|id|i|��S(s)Format an argument default value as text.t=(RôR°(R R#((s/usr/lib64/python2.6/pydoc.pyt formatvalueIscCs`|i}|p|}|o
|ipdd|} d}
d} ti|�o�|i} |o+| |j od|i| |�}
qÒnG|idj o d|i|ii|�}
nd|i| |�}
|i}n||jod| |f}
nj|oI||i jo9|i ||jo%d|id||f}d } n|}d
| ||f}
ti
|�ohti |�\}}}}ti ||||d |i
�}|d jod
|}
|d d!}qçnd}|
||
o|id|
�}| o d|S|it|�|i|||�}|od|}d||fSdS(s;Produce HTML documentation for a function or method object.RRPis 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> = %sRas<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_classRøtim_selfR\RÙtim_funct__dict__R/t
getargspect
formatargspecRaRôRRRë(R R#R*R4RRRHRGR[R]tnotetskipdocstimclassRÞtreallinkR­tvarargstvarkwtdefaultstargspectdeclR&((s/usr/lib64/python2.6/pydoc.pyR¨MsR 
 
 




 cCs|g}|i}|o|d|�n|idj o-|it|�|i�}|d|�n|d�di|�S(Ns!<dl><dt><strong>%s</strong></dt>
s<dd><tt>%s</tt></dd>
s</dl>
R(RRSR\RRRëR(R R*RJR4RRCR&((s/usr/lib64/python2.6/pydoc.pyRL�s 
cCs|i|||�S(s*Produce html documentation for a property.(RL(R R#R*R4RG((s/usr/lib64/python2.6/pydoc.pyR«�scGs)|o d|pd}||i|�S(s-Produce HTML documentation for a data object.s<strong>%s</strong> = R(R°(R R#R*R4R5tlhs((s/usr/lib64/python2.6/pydoc.pyR¬�scCs|i|||�S(s1Produce html documentation for a data descriptor.(RL(R R#R*R4RG((s/usr/lib64/python2.6/pydoc.pyR¤�scCs¡g}|djo
h}nxLti|g�D]8\}}}|i|d|||jf�d||<q0W|i�|i||i�}|i|dd|�S(s2Generate an HTML index for a directory of modules.Ris#ffffffs#ee77aaN(R\R0R1RR2RóRüRê(R RRúR=R>R*R?Rß((s/usr/lib64/python2.6/pydoc.pytindex�s


N(RRRSRÇt_repr_instanceR°RÐRàRäR\RéRêRëRóRôR÷RøRùRüRRR¦R§RaR¨RLR«R¬R¤Rr(((s/usr/lib64/python2.6/pydoc.pyRÝ�s8           & |� 5
tTextReprcBs8eZdZd�Zd�Zd�ZeZd�ZRS(sAClass for safely making a text representation of a Python object.cCs:ti|�d|_|_d|_d|_|_dS(Nii
id(RRgRÈRÉRÊRËRÌ(R ((s/usr/lib64/python2.6/pydoc.pyRg­s
 cCstt|�d�oMdttt|�i�d�}t||�ot||�||�Snttt|��|i �S(NRRÑRY(
RÒR�RRRRFR:R<R°RÌ(R RPRÓRÔ((s/usr/lib64/python2.6/pydoc.pyRÕ³s
"cCsat||i�}t|�}d|jo2dt|dd�jod|d||dS|S(Ns\s\\RR�i(R:RËR°R5(R RPRÓRÖR×((s/usr/lib64/python2.6/pydoc.pyRغs
 &cCs9y ttt|��|i�SWnd|iiSXdS(Ns
<%s instance>(R:R<R°RËRÙR(R RPRÓ((s/usr/lib64/python2.6/pydoc.pyRÚÅs (RRRSRgRÕRØRÛRÚ(((s/usr/lib64/python2.6/pydoc.pyRt«s    tTextDoccBsËeZdZe�ZeiZd�Zdd�Zd�Zddd�Z
ddd�Z ddd�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(s((tch((s/usr/lib64/python2.6/pydoc.pyRÕsR(RRe(R R3((s/usr/lib64/python2.6/pydoc.pytboldÓss cCs\|pdSt|d�}t|d�|�}|ot|d�|d<nt|d�S(s6Indent text by prepending a given prefix to each line.Rs
cSs||S(((Rptprefix((s/usr/lib64/python2.6/pydoc.pyRÛsiÿÿÿÿ(RReRR(R R3RxR'((s/usr/lib64/python2.6/pydoc.pytindent×scCs(|i|�dt|i|��dS(s&Format a section with a given heading.s
s

(RwRRy(R RÞRß((s/usr/lib64/python2.6/pydoc.pyRéßsRc
Cséd}xÜ|D]Ô}t|�td�jox|\}}||t||�}|o@||fjo0t|d�|�} |dt| d�}n|d}q
t|�tg�jo$||i||||d�}q
q
W|S(sBRender in text a class tree as returned by inspect.getclasstree().RcSs
t||�S((R+(RR�((s/usr/lib64/python2.6/pydoc.pyRíss(%s)s, s
s ((R�R+ReRR(
R RR)RRxR$RRRR((s/usr/lib64/python2.6/pydoc.pyRås  cCs
|i}tt|��\}}|id||od|�}y
|i}Wntj
o
d }nXyti|�}Wnt j
o
d}nX||id|�}|i
|�} | d j o||id| �}n|o||id|�}ng}
xxti |ti �D]a\} } |d j pti
| �p||jo+t| |�o|
i| | f�q�q#q#Wg}
x�ti |ti�D]j\} } |d j p&ti| �pti
| �|jo+t| |�o|
i| | f�qq¤q¤Wg}xGti |t�D]3\} } t| |�o|i| | f�q+q+Wg}t�}t|d�o�xYti|i�D]E\}}}|i|�|o|i|d�q�|i|�q�W|i�||id t|d
��}ng}xXti |ti�D]A\} } | ii|d �o| |jo|i| �q&q&W|o-|i�||id t|d
��}n|
o�td
�|
�}|iti|d�|�g}x0|
D](\} } |i|i | | |��qàW||idt|d
��}n|
o\g}x0|
D](\} } |i|i | | |��qCW||idt|d
��}n|obg}x6|D].\} } |i|i!| | |dd��q¦W||idt|d
��}nt|d�obt"|i#�}|d d!jo(|ddjot$|dd!�}n||id|�}nt|d�o#||idt"|i%��}nt|d�o#||idt"|i&��}nt|d�o#||idt"|i'��}n|S("s5Produce text documentation for a given module object.tNAMEs - s
(built-in)tFILEs MODULE DOCSt DESCRIPTIONRUs
(package)sPACKAGE CONTENTSs
Rt
SUBMODULEScSs|dS(i((R((s/usr/lib64/python2.6/pydoc.pyR9sitCLASSESt FUNCTIONSR7iFtDATARi Rs
Revision: iÿÿÿÿtVERSIONRtDATER#tAUTHORR%tCREDITSNs $Revision: ((RR(RRéR'R�R\RRÀR±RÆRAR-R-R_RR.R.R2tsetRÒR0R1RUtaddR2RR,RZReRR3R®R¬R+RRRR#R%(R R#R*R4tsynoptdescR$R]RoRÄRRIRJRRaR=t
modpkgs_namesR>R)R?t
submodulesR@RßRÃ((s/usr/lib64/python2.6/pydoc.pyR¦õs² !
  
 
 
&  

  $
   #  # &#"###c s5�i}|p|}�i}�id�}||jod�i|�}n�i|�d|}|o*t||�}|dt|d�}nt��} | o| dgpg}
|
i�tt i
���} t | �djo=�d�x"| D]} �d || ��qW�d
�nd d �fd ��Y}
|
�������fd
�}����fd�}�����fd�}t d�t
���}x:|o2| o| i��n|dd�t|�fd��\}}�tijo
|}qºn.��jo
d}ndt��i�}|i�|d||d��}|d||d��}|d||d��}|d||d��}|d||d��}|gjpt�|}qºWdi|
�}
|
p |dS|d�it|
�d�dS(!s4Produce text documentation for a given class object.cSs
t||�S(N(R+(RR�((s/usr/lib64/python2.6/pydoc.pytmakename_ssclass s = class s(%s)s, s
isMethod resolution order:s RRAcs eZd�Z�fd�ZRS(cSs
d|_dS(Ni(RB(R ((s/usr/lib64/python2.6/pydoc.pyRgxscs)|io�dd�nd|_dS(NRPiFi(RB(R (RC(s/usr/lib64/python2.6/pydoc.pyRDzs
(RRRgRD((RC(s/usr/lib64/python2.6/pydoc.pyRAws cszt||�\}}|oZ�i��|�xC|D]7\}}}}��it�|�|����q7Wn|S(N(RQRDR®RF(RERFRMRGR*RbRHRJ(RJR R#RCR4(s/usr/lib64/python2.6/pydoc.pyRK�s

csnt||�\}}|oN�i��|�x7|D]+\}}}}��i||���q7Wn|S(N(RQRDRL(RERFRMRGR*RbRHRJ(RJR RCR4(s/usr/lib64/python2.6/pydoc.pyRM�s

!c
s½t||�\}}|o��i��|�x�|D]z\}}}}t|d�pti|�ot|�}nd}��it�|�|�ddd|�d�q7Wn|S(NRNR7iFR&s
( RQRDRÒRR`RR\R¬RF( RERFRMRGR*RbRHRJR&(R#RJR RCR4(s/usr/lib64/python2.6/pydoc.pyRO�s

%cSst|d�S(i(R_(Ra((s/usr/lib64/python2.6/pydoc.pyR¢sics|d�jS(i((RQ(RR(s/usr/lib64/python2.6/pydoc.pyR©ss defined heresinherited from %ss Methods %s:
cSs|ddjS(iRV((RQ((s/usr/lib64/python2.6/pydoc.pyR¹ssClass methods %s:
cSs|ddjS(is class method((RQ((s/usr/lib64/python2.6/pydoc.pyR»ssStatic methods %s:
cSs|ddjS(is
static method((RQ((s/usr/lib64/python2.6/pydoc.pyR½ssData descriptors %s:
cSs|ddjS(isdata descriptor((RQ((s/usr/lib64/python2.6/pydoc.pyR¿ssData and other attributes %s:
cSs|ddjS(iRa((RQ((s/usr/lib64/python2.6/pydoc.pyRÁss | ((RRBRRwReRRRR
RRWR%RXRfR
RQRYR#R+R2RZRyR(R R#R*R4R[RR�RÞRR&RßR\RKRARKRMRORFR^R_((RRR R#RJR4RCs/usr/lib64/python2.6/pydoc.pyR§Ysr 
 
  
 
  

 


 
 
 
 
   cCsd|i|�S(s)Format an argument default value as text.R`(R°(R R#((s/usr/lib64/python2.6/pydoc.pyRaÊscCs|i}|p|}d}d}ti|�o�|i}|o(||j odt||�}qªnA|idj odt|ii|�}ndt||�}|i}n||jo|i |�} nM|o.||i
jo|i
||jo
d}n|i |�d|} ti |�oqti |�\}
} } }
ti
|
| | |
d|i�}|d jo$|i |�d
} |dd !}qªnd }| ||}|o |d
St|�pd}|d
|ot|i|��d
SdS(s;Produce text documentation for a function or method object.Ris from s method of %s instances unbound %s methodis = Ras<lambda>s lambda iÿÿÿÿs(...)s
N(RRR=RbR+RcR\RÙRdRwReR/RfRgRaRRRy(R R#R*R4RGR[RhRiRjRÞR­RlRmRnRoRpR&((s/usr/lib64/python2.6/pydoc.pyR¨ÎsB 
 




 cCsg}|i}|o!||i|��|d�nt|�pd}|o!||i|��|d�ndi|�S(Ns
R(RRwRRyR(R R*RJR4RRCR&((s/usr/lib64/python2.6/pydoc.pyRLùs cCs|i|||�S(s*Produce text documentation for a property.(RL(R R#R*R4RG((s/usr/lib64/python2.6/pydoc.pyR«scCs|i|||�S(s1Produce text documentation for a data descriptor.(RL(R R#R*R4RG((s/usr/lib64/python2.6/pydoc.pyR¤
sc
Cs¼|i|�}|oO|o |dpd|}|t|�} | djo|| d}qen|o|i|�dpd|}|dj o!|d|it|��7}n|S(s-Produce text documentation for a data object.s = Ris...s
N(R°R%RwR\RyR+(
R R#R*R4RR7R&R°Rptchop((s/usr/lib64/python2.6/pydoc.pyR¬s
%
!N(RRRSRtRsR°RwRyRéR\RR¦R§RaR¨RLR«R¤R¬(((s/usr/lib64/python2.6/pydoc.pyRuËs     dq +
cCst�at|�dS(sCThe first time this is called, determine what kind of pager to use.N(tgetpagertpager(R3((s/usr/lib64/python2.6/pydoc.pyR�s cCs�tti�tij otStii� ptii� otSdti joDti
djod�Sti i d�djod�Sd�Snti i d�djotSti
djpti
i d �od
�St
td �otid �d
jod�Sddk}|i�\}}ti|�z:t
td �o"tid|�d
jod�StSWdti|�XdS(s2Decide what method to use for paging through text.tPAGERRcSstt|�tid�S(R�(t
tempfilepagertplainRRÁ(R3((s/usr/lib64/python2.6/pydoc.pyR*stTERMtdumbtemacscSstt|�tid�S(R�(t pipepagerR�RRÁ(R3((s/usr/lib64/python2.6/pydoc.pyR,scSst|tid�S(R�(R�RRÁ(R3((s/usr/lib64/python2.6/pydoc.pyR.stos2cSstt|�d�S(smore <(R�R�(R3((s/usr/lib64/python2.6/pydoc.pyR2stsystems(less) 2>/dev/nullicSs
t|d�S(tless(R�(R3((s/usr/lib64/python2.6/pydoc.pyR4siÿÿÿÿNs more "%s"cSs
t|d�S(tmore(R�(R3((s/usr/lib64/python2.6/pydoc.pyR;s(R�R�(R�R�(R�RtstdoutR�tFileTypet
plainpagertstdintisattyRRÁR(RvRZRÒR�ttempfiletmkstempR~tttypagertunlink(R�tfdR((s/usr/lib64/python2.6/pydoc.pyR�"s0" #& 
*cCstidd|�S(s%Remove boldface formatting from text.s.R(R!R"(R3((s/usr/lib64/python2.6/pydoc.pyR�AscCsGti|d�}y|i|�|i�Wntj
onXdS(s3Page through text by feeding it to another program.twN(RtpopentwriteR~Ry(R3tcmdtpipe((s/usr/lib64/python2.6/pydoc.pyR�Es 
cCspddk}|i�}t|d�}|i|�|i�zti|d|d�Wdti|�XdS(s<Page through text by invoking a program on a temporary file.iÿÿÿÿNR¤s "Rý(R�tmktempRxR¦R~RR�R¢(R3R§R�RRo((s/usr/lib64/python2.6/pydoc.pyR�Ns  

c Csðtt|�d�}yDddk}tii�}|i|�}|i|�d�}Wn(tt fj
od}d�}nXzCt i i
dd�d}}tiit|| d�d�xþ||oòtiid �tii�|�}|djotiid �Pn;|djo-tiid ||d�|d}qÈn|djo)|||}|djo
d}q�ntiidt||||!d�d�||}qÈWWd|o|i||i|�nXdS(s%Page through text on a text terminal.s
iÿÿÿÿNcSstiid�S(i(RR�R�(((s/usr/lib64/python2.6/pydoc.pyRbscSstii�d d S(iÿÿÿÿi(RR�Rn(((s/usr/lib64/python2.6/pydoc.pyRestLINESiis
-- more --tqtQs

s
RrtBsi(R«R¬(s
s
(RrR­s(RR�tttyRR�tfilenot tcgetattrt setcbreakR�R�R\RRÁRvR�R¦Rtflusht tcsetattrt TCSAFLUSH( R3R'R®R£toldtgetcharR�tincR((s/usr/lib64/python2.6/pydoc.pyR¡ZsB 

! 
 




,cCstiit|��dS(s>Simply print unformatted text. This is the ultimate fallback.N(RR�R¦R�(R3((s/usr/lib64/python2.6/pydoc.pyR��scCs^ti|�oJ|itijo d|iSt|d�o d|iSd|iSnti|�o d|iSti|�o!d|ii |ii|ifSti
|�o!d|ii |ii|ifSti |�o d|iSti |�o d |iSti
|�o d
|iSt|�tijod |iiSt|�iS( s/Produce a short description of the given thing.sbuilt-in module RUspackage smodule sbuilt-in function sgetset descriptor %s.%s.%ssmember descriptor %s.%s.%ssclass s function smethod s instance of (RR,RRR�RÒR.R£t __objclass__RR¥R-R/R=R�R�t InstanceTypeRÙ(tthing((s/usr/lib64/python2.6/pydoc.pytdescribe�s2        c
Cs g}t|d�D]}|o ||qq~}d\}}xU|t|�joAtt||d d�|�}|o||d}}qDPqDW|oJ|}x<||D]0}yt||�}Wq±tj
odSXq±W|Stt|�ott|�SdS(s@Locate an object by name or dotted path, importing as necessary.RiiN(Ni( RR\R%R�RRFR�RÒRY( RR�R�R¡R6R�tnt
nextmoduleR#((s/usr/lib64/python2.6/pydoc.pytlocate¡s&5   
t_OldStyleClasscBseZRS((RR(((s/usr/lib64/python2.6/pydoc.pyR¿¸scCs\t|t�o2t||�}|ptd|�n||fS|t|dd�fSdS(sDGiven an object or a path to an object, get the object and its name.s$no Python documentation found for %rRN(R©R+R¾R�RFR\(RºR�R#((s/usr/lib64/python2.6/pydoc.pytresolve»s  s Python Library Documentation: %scCsBt||�\}}t|�}ti|�}|o,d|jo|d||id� 7}n*|o"||j o|d|i7}nt|�tjo
|i}n{ti |�pMti
|�p=ti |�p-ti |�pti
|�p
t|t�pt|�}|d7}n||dti||�S(sBRender text documentation, given an object or a path to an object.Rs in s in module s objects

(RÀR»RR-RRR�t_OLD_INSTANCE_TYPERÙR,R-R.R£R¥R©RªR3R®(RºRÞR�R#R*R�R�((s/usr/lib64/python2.6/pydoc.pyt
render_docÅs$ 
 cCsAytt|||��Wn ttfj
o}|GHnXdS(sCDisplay text documentation, given an object or a path to an object.N(R�RÂR�R�(RºRÞR�RJ((s/usr/lib64/python2.6/pydoc.pyR&ÞscCs�ytt||�\}}tit|�ti||��}t|dd�}|i|�|i�dG|dGHWn tt fj
o}|GHnXdS(s<Write HTML documentation to a file in the current directory.s.htmlR¤twroteN(
RÀthtmlRàR»R®RxR¦R~R�R�(RºR�R#R*RàRoRJ((s/usr/lib64/python2.6/pydoc.pytwritedocås$

RcCsN|djo
h}nx0ti|g|�D]\}}}t|�q-WdS(sAWrite out HTML documentation for all modules in a directory tree.N(R\R0t
walk_packagesRÅ(RtpkgpathtdoneR>R)R?((s/usr/lib64/python2.6/pydoc.pyt writedocsñs 

tHelpercBsÏeZhdd6dd6d(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.6Zhd>d76d?dL6d@d 6dAdM6dBdZ6dCd[6dDd^6Zhd_d>6d`d;6dadb6dcdd6dedf6dgdh6didj6d7dk6dldm6dndo6dpdq6drds6drdt6dudv6dudw6Zxfei�D]X\ZZxIeD]AZei ee�Z
ee
joe
dxeZ
ne
ee<q«Wq�WhNdEd{6dFd76dGd�6dHd�6dId�6dJd�6dKd�6dLd�6dMd^6dNd�6d�d�6dOd#6dPd�6dQd�6dRd�6d{d 6d{d¡6dSd£6dTde6dUd§6dVd©6dWd«6dXd6dd­6dYd°6d°dL6d°d±6dZd³6d[d¶6d\d6d]d»6d^d¾6d_dÁ6d`d6dadÅ6dbdÈ6dcdË6ddd6dedÏ6ddÐ6ddÑ6dfd)6dgdÖ6dhdÕ6didÚ6djdÜ6dkdl6dldà6d�dá6dmdä6dndç6dodæ6dpd�6dqdë6drdp6dsdò6dtdô6dud¥6dvd÷6dwd`6dxdM6dydû6dzdý6d{d[6d|d 6d}d6dd6d~d6ddZ6d
d6d'd6d*d 6dd
6dd 6d�d6d�d6d�d6d�d6Z
d�d�d�Z e
d��Ze
d��Zd�Zd�d�Zd�Zd�Zd�Zd�Zdd d!�Zd"�Zd#�Zd$�Zdd%�Zd&�Zdd'�ZRS(�tBOOLEANtandtwithtastassertRtbreaks while fortclasssCLASSES SPECIALMETHODStcontinuetfunctiontdeftdelt BASICMETHODStifteliftelsettrytexcepttexectfinallytforsbreak continue whiletimporttfromtglobalt
NAMESPACESt
TRUTHVALUEtMODULEStintSEQUENCEMETHODS2t
COMPARISONtistlambdaRtnottortpasstprinttraiset
EXCEPTIONStreturntwhilesbreak continue if TRUTHVALUEs CONTEXTMANAGERS EXCEPTIONS yieldtyieldt's'''sr'su's"""Rýsr"su"tSTRINGSt+RPt*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 PRIVATENAMESRYsPRIVATENAMES SPECIALMETHODSRXt
BACKQUOTESt`sTUPLES FUNCTIONS CALLSRþRsLISTS 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 TYPESt CODEOBJECTSsbltin-type-objectss types TYPESt TYPEOBJECTSt 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 BACKQUOTESt EXPRESSIONSt
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-rulest CONVERSIONSt COERCIONSt conversionst identifiersskeywords SPECIALIDENTIFIERSt IDENTIFIERSs
id-classestSPECIALIDENTIFIERSsatom-identifierss
atom-literalssHSTRINGS BACKQUOTES NUMBERS TUPLELITERALS LISTLITERALS DICTIONARYLITERALStLITERALStTUPLESt exprlistssTUPLES LITERALSt
TUPLELITERALSstypesseq-mutablet LISTLITERALStLISTStlistssLISTS LITERALSt typesmappingtDICTIONARYLITERALSRösDICTIONARIES LITERALSsstring-conversionssrepr str STRINGS LITERALSsattribute-referencess(getattr hasattr setattr ATTRIBUTEMETHODSt
ATTRIBUTESt
subscriptionst
SUBSCRIPTStslicingstcallstCALLStpowertunarytbinarytBINARYtshiftingtSHIFTINGtbitwiset comparisonssEXPRESSIONS BASICMETHODStbooleanssEXPRESSIONS TRUTHVALUEt ASSERTIONt
assignmentt
ASSIGNMENTt augassigntDELETIONtPRINTINGt RETURNINGt IMPORTINGt CONDITIONALtcompoundsfor while break continuetLOOPINGttruths if while and or not BASICMETHODStdebuggertpdbt DEBUGGINGscontext-managerstCONTEXTMANAGERScCs||_||_dS(N(t_inputt_output(R tinputtoutput((s/usr/lib64/python2.6/pydoc.pyRg©s cCs|iptiS((RkRR�(R ((s/usr/lib64/python2.6/pydoc.pyR­scCs|iptiS((RlRR�(R ((s/usr/lib64/python2.6/pydoc.pyR®scCs+ti�dddjo |�dSdS(Niit?Rs<pydoc.Helper instance>(Rtstack(R ((s/usr/lib64/python2.6/pydoc.pyt__repr__°scCsF|dj o|i|�n%|i�|i�|iid�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.
(R\thelptintrotinteractRnR¦(R trequest((s/usr/lib64/python2.6/pydoc.pyRN¶s 


 c
Cs¢|iid�x�to�y|id�}|pPnWnttfj
oPnXtt|dddd��}t|�djoPn|i |�qWdS( Ns
shelp> RýRRóR«tquit(R«squit(
RnR¦RitgetlinetKeyboardInterrupttEOFErrorRR5RRr(R Ru((s/usr/lib64/python2.6/pydoc.pyRtÃs cCsL|itijo t|�S|ii|�|ii�|ii�SdS(s.Read one line, using raw_input when available.N(RmRR�t raw_inputRnR¦R²Rn(R tprompt((s/usr/lib64/python2.6/pydoc.pyRwÏs
 
cCs�t|�td�jo>|i�}|djo|i�q|djo|i�q|djo|i�q|djo|i�q|djo|i�q|d djo|it|�d �q||ijo|i |�q||i
jo|i |�q||i jo|i |�q|ot
|d
�qn)t|t�o |�nt
|d
�|iid �dS( NRRrtkeywordstsymbolsttopicsR}ismodules is Help on %s:s
(R�RRst listkeywordst listsymbolst
listtopicst listmodulesRR}t
showsymbolR|t showtopicR~R&R©RÊRnR¦(R Ru((s/usr/lib64/python2.6/pydoc.pyRrØs4 




 
cCs|iidtid �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/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".
i(RnR¦RRÃ(R ((s/usr/lib64/python2.6/pydoc.pyRsês iiPc
Csí|}|i�||}t|�|d|}x³t|�D]¥}x�t|�D]~}|||}|t|�joW|ii||�||djo.|iidd|dt||��qÑqSqSW|iid�q@WdS(NiR¯s
(R2R%RìRnR¦( R titemstcolumnsRåtcolwRðtrowRñRò((s/usr/lib64/python2.6/pydoc.pyRíûs



6cCs*|iid�|i|ii��dS(NsN
Here is a list of the Python keywords. Enter any keyword to get more help.

(RnR¦RíR|RE(R ((s/usr/lib64/python2.6/pydoc.pyR s cCs*|iid�|i|ii��dS(Nsx
Here is a list of the punctuation symbols which Python assigns special meaning
to. Enter any symbol to get more help.

(RnR¦RíR}RE(R ((s/usr/lib64/python2.6/pydoc.pyR�s cCs*|iid�|i|ii��dS(NsN
Here is a list of available topics. Enter any topic name to get more help.

(RnR¦RíR~RE(R ((s/usr/lib64/python2.6/pydoc.pyR�s c Cs¤yddk}Wn$tj
o|iid�dSX|ii||ii|��}|p|iidt|��dSt|�td�jo|i ||�S|\}}y|i|}Wn.t
j
o"|iidt|��dSXt t |�d�|o|pdd|}n|ooddk
}ddk} |i
�}
| i|
�idtt|�d�d�|iid |
i��ndS(
Niÿÿÿÿso
Sorry, topic and keyword documentation is not available because the
module "pydoc_topics" could not be found.
sno documentation found for %s
Rs
R¯sRelated help topics: s, s
%s
(t pydoc_topicsR�RnR¦R~RvR|R°R�R�tKeyErrorR�RtStringIOt formattert
DumbWritertsend_flowing_dataRRtgetvalue( R ttopict
more_xrefsR�ttargettlabeltxrefsR&R�R�tbuffer((s/usr/lib64/python2.6/pydoc.pyR�s6 !  cCs9|i|}|id�\}}}|i||�dS(NR¯(R}t partitionR�(R tsymbolR�R�RYR�((s/usr/lib64/python2.6/pydoc.pyR�?s
cs�|o|iid�t|�nk|iid�h}|d���fd�}t�i�d|�|i|i��|iid�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...

cSsR|o#|ddjo|d d}nt|d�djod||<ndS(Ni÷ÿÿÿs .__init__s
(package)Rii(R(RR)R�R}((s/usr/lib64/python2.6/pydoc.pytcallbackQscs�d|d�dS(N(R\(R)(R�(s/usr/lib64/python2.6/pydoc.pytonerrorVsR�s�
Enter any module name to get more help. Or, type "modules spam" to search
for modules whose descriptions contain the word "spam".
(RnR¦tapropost
ModuleScannertrunRíRE(R RIR}R�((R�s/usr/lib64/python2.6/pydoc.pyR�Ds    (RÏR(RÐs while for(RÑsCLASSES SPECIALMETHODS(RÒs while for(RÓR(RÕRÖ(RÙs while for(sexecR(RÞsbreak continue while(RáRâ(R×Rã(RßRä(RåRæ(slambdas FUNCTIONS(RìR(sprintR(RîRï(Rðs FUNCTIONS(RÚRï(Rñsbreak continue if TRUTHVALUE(RÍs CONTEXTMANAGERS EXCEPTIONS yield(RòR(Rós'''sr'su's"""Rýsr"su"(RõRPRös**R¿s//R÷s<<s>>RÍRøRùRúRÎRÏs<=s>=s==s!=s<>(RÎRÏs<=s>=s==s!=s<>(RPRú( s+=s-=s*=s/=s%=s&=s|=s^=s<<=s>>=s**=s//=(s<<s>>RÍRøRùRú(RÿR(stypessRSTRINGS UNICODE NUMBERS SEQUENCES MAPPINGS FUNCTIONS CLASSES MODULES FILES inspect(R
s4str UNICODE SEQUENCES STRINGMETHODS FORMATTING TYPES(sstring-methodssSTRINGS FORMATTING(RRû(R
s:encodings unicode SEQUENCES STRINGMETHODS FORMATTING TYPES(RsINTEGER FLOAT COMPLEX TYPES(Rs int range(Rs
float math(Rs
complex cmath(Rs%STRINGMETHODS FORMATTING xrange LISTS(Rs def TYPES(Rsclass def CLASSES TYPES(sbltin-code-objectsscompile FUNCTIONS TYPES(sbltin-type-objectss types TYPES(sbltin-null-objectR(sbltin-ellipsis-objectR%(sbltin-file-objectsR(R'R(stypess!class SPECIALMETHODS PRIVATENAMES(R)Rß(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(R1s 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(R7s%NAMESPACES DYNAMICFEATURES EXCEPTIONS(R9s*global ASSIGNMENT DELETION DYNAMICFEATURES(sdynamic-featuresR(s
exceptionsstry except finally raise(scoercion-rulesR=(R?R>(R@skeywords SPECIALIDENTIFIERS(s
id-classesR(satom-identifiersR(s
atom-literalssHSTRINGS BACKQUOTES NUMBERS TUPLELITERALS LISTLITERALS DICTIONARYLITERALS(REsTUPLES LITERALS(stypesseq-mutableRG(RIsLISTS LITERALS(RJRK(sdictsDICTIONARIES LITERALS(sstring-conversionssrepr str STRINGS LITERALS(sattribute-referencess(getattr hasattr setattr ATTRIBUTEMETHODS(RMR4(RORæ(RPR+(RRR+(RSR+(RTR+(RVR+(RXR+(RYsEXPRESSIONS BASICMETHODS(RZsEXPRESSIONS TRUTHVALUE(R\Rý(R^R6(Rdsfor while break continue(Rfs if while and or not BASICMETHODS(RgRh(scontext-managersRÍN(RRR|t_symbols_inverseR}t iteritemsR�tsymbols_R�RvR~R\RgRªRmRnRqRNRtRwRrRsRíRR�R�R�R�R�(((s/usr/lib64/python2.6/pydoc.pyRÊøsB






 
     tScannercBs eZdZd�Zd�ZRS(sA generic tree iterator.cCs)||_g|_||_||_dS(N(trootststatetchildrentdescendp(R R¡R£R¤((s/usr/lib64/python2.6/pydoc.pyRgcs
  cCsÂ|ip@|ipdS|iid�}||i|�fg|_n|id\}}|p|ii�|i�S|id�}|i|�o#|ii||i|�f�n|S(Niiÿÿÿÿ(R¢R¡R\R R£tnextR¤R(R troottnodeR£tchild((s/usr/lib64/python2.6/pydoc.pyR¥is


 #(RRRSRgR¥(((s/usr/lib64/python2.6/pydoc.pyR as R�cBs eZdZdddd�ZRS(s7An interruptible scanner that searches module synopses.cCs-|ot|�}nt|_h}x¨tiD]�}|djo�d||<|djo|d|d�qÍtt|�ipdd�d}t t|d|�|�djo|d||�qÍq0q0WxCt
i d|�D]/\}}} |ioPn|djo|d|d�qä|i |�}
t
|
d�o^d dk} t| i|
i|���pd}t
|
d
�o|
i|�} qÛd} n<|
i|�}
|
ipdi�d}t|
d d�} t t|d|�|�djo|| ||�qäqäW|o |�ndS( Nt__main__iRs
is - R�t
get_sourceiÿÿÿÿt get_filenameRT(RRjRvRR�R\RR�RSRR0RÆt find_moduleRÒR�RqRªR«R{R|RF(R R�RIt completerR�tseenR)R�R>R?tloaderR�RR�((s/usr/lib64/python2.6/pydoc.pyR�|sF 



#$

 
$N(RRRSR\R�(((s/usr/lib64/python2.6/pydoc.pyR�ysc Csbd�}d�}yddk}Wntj
onX|id�t�i||d|�dS(sAPrint all the one-line module summaries that contain a substring.cSs;|ddjo|d d}n|G|od|GHdS(Ni÷ÿÿÿs .__init__s
(package)s- ((RR)R�((s/usr/lib64/python2.6/pydoc.pyR�§scSsdS(N((R)((s/usr/lib64/python2.6/pydoc.pyR�«siÿÿÿÿNtignoreR�(twarningsR�tfilterwarningsR�R�(RIR�R�R±((s/usr/lib64/python2.6/pydoc.pyR�¥s  
c Csáddk}ddk}ddk}d|ifd��Y}d|ifd��Y}d|ifd��Y}|i|_||_||_z:y|||�i �Wnt
|i fj
onXWd|o |�nXdS(NiÿÿÿÿtMessagecBseZdd�ZRS(icSsf|i}|ididi|||�|id�|_|id�|_|i�|i�dS(Niscontent-transfer-encodings content-type(RÙRBRgt getheadertencodingheadert
typeheadert parsetypet
parseplist(R tfptseekableR³((s/usr/lib64/python2.6/pydoc.pyRg»s  !
(RRRg(((s/usr/lib64/python2.6/pydoc.pyR³ºst
DocHandlercBs#eZd�Zd�Zd�ZRS(cSsayG|id�|idd�|i�|iiti||��Wntj
onXdS(NiÈs Content-Types text/html(t
send_responset send_headert end_headerstwfileR¦RÄRàRy(R RÞRß((s/usr/lib64/python2.6/pydoc.pyt
send_documentÄs

 c Ss³|i}|ddjo|d }n|d djo|d}n|o¦|djo�yt|dd�}Wn5tj
o)}|i|tit|���dSX|o&|it|�ti||��q¯|i|dt |��n¼ti
dd d
�}d �}t d �t i
�}ti||�}d
tidd d|�g}h} x*t iD]}
|iti|
| ��qhW|t|�d}|id|�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.6/pydoc.pyt bltinlinkßscSs
|djS(R©((RP((s/usr/lib64/python2.6/pydoc.pyRáss<p>sBuilt-in Moduless#ee77aas�<p align=right>
<font color="#909090" face="helvetica, arial"><strong>
pydoc</strong> by Ka-Ping Yee &lt;[email protected]&gt;</font>sIndex of Modules(RR¾R�RÀRÄRÐR+R»R®R°RäRXRR�RóRêRRrR( R RR?RJRäRÁtnamesRßtindicesR®R((s/usr/lib64/python2.6/pydoc.pytdo_GETÌs> &      

cWsdS(N((R R­((s/usr/lib64/python2.6/pydoc.pyt log_messageïs(RRRÀRÄRÅ(((s/usr/lib64/python2.6/pydoc.pyR»Ãs  #t DocServercBs#eZd�Zd�Zd�ZRS(cSshtidjodpd}d|f|_d||f|_||_|ii||i|i�dS(Ntmacs 127.0.0.1t localhostRs
http://%s:%d/(RR(taddressRûR�RKRgthandler(R tportR�thost((s/usr/lib64/python2.6/pydoc.pyRgòs
 cSsmddk}t|_xQ|ipF|i|ii�gggd�\}}}|o|i�qqWdS(Niÿÿÿÿi(tselectRjRvtsocketR¯thandle_request(R RÍtrdtwrtex((s/usr/lib64/python2.6/pydoc.pytserve_until_quitùs  
-cSs/|ii|�|io|i|�ndS(N(RKtserver_activateR�(R ((s/usr/lib64/python2.6/pydoc.pyRÔs
(RRRgRÓRÔ(((s/usr/lib64/python2.6/pydoc.pyRÆñs  ( tBaseHTTPServert mimetoolsRÍR³tBaseHTTPRequestHandlert
HTTPServerRKRÊt MessageClassRÓRxterror( RËR�R­RÕRÖRÍR³R»RÆ((s/usr/lib64/python2.6/pydoc.pytserve¶s$ .    c Csqddd��Y}ddk}y8|i�}z||�}|i�Wd|i�XWntj
onXdS(sEGraphical interface (starts web server and pops up a control window).tGUIcBs�eZdd�Zd�Zddd�Zdd�Zdd�Zd�Zdd�Z d�Z
dd �Z dd
�Z d �Z
d �Zdd
�ZRS(i(c Ss�||_d|_d|_ddk}|i|�|_|i|idd�|_|i |iddd|i
dd�|_ |i |iddd|i dd�|_
|i|�|_|i|idd �|_|i|i�|_|iid
|i�|i |idd d d
d|idd�|_tidjo|iidd�n|iid�|iid|i �|iidddd�|i idddddd�|i
idddddd�|iidddd�|iidd�|iidddddd�|iidddd�|ii�dtidjodpdf}|i|d|dd�|_|iid|i�|iid |i�|i |d!d"d|ii!�|_"|ii#d#|i"i$�|i|�|_%|i |i%dd$d|i�|_&|i |i%dd%d|i'�|_(|i&idddddd�|i(idddddd�|ii)�|ii*�|_+|ii,�|_-|ii.�|ii.�|ii.�|i%i.�|_/|i+|i/|_0|_1d
|_2|ii3d&|i+|i-f�|ii4|i+|i-�|ii5i6�ddk7}|i8d't9d(||i:|i f�i;�dS()NiÿÿÿÿR3sStarting server...
s open browsertcommandR¢tdisableds quit servings
Search fors<Return>tstoptpadyiRtsidetrighttpydoctWM_DELETE_WINDOWttoptfillRPtlefttexpandit helveticaii
tfonttheightis
<Button-1>s<Double-Button-1>torienttverticaltyscrollcommandsgo to selecteds hide resultss%dx%dR�R­(<twindowR\tservertscannertTkintertFramet
server_frmtLabelt title_lbltButtonRxtopen_btnRvtquit_btnt
search_frmt
search_lbltEntryt
search_enttbindRRßtstop_btnRR(tpackRÞtprotocolt focus_settListboxt
result_lstRÍtgotot Scrollbartyviewt
result_scrtconfigR�t
result_frmtgoto_btnthidethide_btnRCt winfo_widthtminwidtht winfo_heightt minheighttwinfo_reqheightt bigminheighttbigwidtht bigheighttexpandedt wm_geometryt
wm_minsizettkt willdispatcht threadingtThreadRÛtreadyR
(R RïRËRòRêR((s/usr/lib64/python2.6/pydoc.pyRgsp     !
# 
&    cSsM||_|iidd|i�|iidd�|iidd�dS(NR3sPython documentation server at
R¢tnormal(RðRöR RûRøRù(R Rð((s/usr/lib64/python2.6/pydoc.pyRYs
  cSså|p
|ii}yddk}|i|�Wn®tj
o¢tidjotid|�qátidjo7yddk }Wntj
oqÜX|i
|�qátid|�}|otid|�qánXdS(NiÿÿÿÿRs
start "%s"RÇs netscape -remote "openURL(%s)" &snetscape "%s" &( RðRût
webbrowserRxR�RR(RR�tict launchurl(R teventRûRR trc((s/usr/lib64/python2.6/pydoc.pyRx`s  cSs+|iod|i_n|ii�dS(Ni(RðRvRï(R R"((s/usr/lib64/python2.6/pydoc.pyRvps
cSs|ii�}|iidd�|iidd�|iidd|�|ii�|iidd�|iidd �|i idd
�|i
�d dk }|i od |i _
nt�|_ |id
|i id|i||if�i�dS(NRáRâR¢RR3sSearching for "%s"...RçiR RÞiÿÿÿÿiR�R­(RýRvRÿRR RûtforgetRtdeleteR RèRRñRvR�RR�RCRÈR
(R R"RIR((s/usr/lib64/python2.6/pydoc.pyRus

 
 cSsI|ddjo|d d}n|iid|d|pd�dS(Ni÷ÿÿÿs .__init__s
(package)R s - s(no description)(Rtinsert(R RR)R�((s/usr/lib64/python2.6/pydoc.pyRC�s cSs'|iod|i_d|_ndS(Ni(RñRvR\(R R"((s/usr/lib64/python2.6/pydoc.pyRß�s
 cSs�d|_|iidd�|iidd�|iidddddd �tid
jo|ii �n|iid d �dS(
NR3s
Search forRáRçRâRæRPRèiRR¢RÞ(
R\RñRûR RRýRR(RÿR$(R ((s/usr/lib64/python2.6/pydoc.pyRÈ�s cSs|iidd�dS(NR¢R(R R (R R"((s/usr/lib64/python2.6/pydoc.pyRÍ�scSs\|ii�}|oBt|ii|d��d}|id|ii|d�ndS(NiRûs.html(Rt curselectionRRvRxRðRû(R R"t selectionR)((s/usr/lib64/python2.6/pydoc.pyR�s cSs |ipdS|ii�|ii�|ii�|ii�|_|ii�|_ |ii
d|i |i f�|ii
|i |i �d|_dS(Ns%dx%di(RR
R$RRRïRRRRRRRR(R ((s/usr/lib64/python2.6/pydoc.pytcollapse£s



 cSs¦|iodS|iidddd�|iidddd�|iiddddd d
�|iid |i|if�|ii |i
|i �d
|_dS( NRátbottomRæRPRâtyRåtbothRèis%dx%d( RR
RRRRïRRRRRR(R ((s/usr/lib64/python2.6/pydoc.pyRè®s
 cSs|i�|i�dS(N(RßR)(R R"((s/usr/lib64/python2.6/pydoc.pyR ·s
N(RRRgRR\RxRvRRCRßRÈRÍRR)RèR (((s/usr/lib64/python2.6/pydoc.pyRÜs E         iÿÿÿÿN((RòtTktmainlooptdestroyRx(RÜRòR¦tgui((s/usr/lib64/python2.6/pydoc.pyR0s¨   cCs&t|t�ot|ti�djS(Ni(R©R+RRtsep(RP((s/usr/lib64/python2.6/pydoc.pytispathÌsc
Cs¥ddk}ddd��Y}dtijoTtiitid�}|tijotii|�ntiidd�nyÅ|itidd �\}}d}x§|D]�\}}|d
jot|�dS|d joSyt |�}Wnt
j
o
|�nXd �} d
�}
t || |
�dS|djo
d}q²q²W|p
|�nxÞ|D]Ö} t | �o"tii
| � od| GHPny�t | �o#tii| �ot| �} n|o<t | �o!tii| �ot| �q%t| �nti| �Wqmtj
o} | GHqmXqmWWnV|i|fj
oAtiitid�}
d|
ti|
|
|
tifGHnXdS(s@Command-line interface (looks at sys.argv to decide what to do).iÿÿÿÿNtBadUsagecBseZRS((RR(((s/usr/lib64/python2.6/pydoc.pyR3ÒsRiRisgk:p:ws-ks-pcSsd|iGHdS(Nspydoc server ready at %s(Rû(Rð((s/usr/lib64/python2.6/pydoc.pyRéscSs dGHdS(Nspydoc server stopped((((s/usr/lib64/python2.6/pydoc.pytstoppedëss-wsfile %r does not existscpydoc - 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.

%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.
((tgetoptRRRtdirnametargvtremoveR&R�Rt
ValueErrorRÛR2texistsRhR�RRÉRÅRrR�RÚR�R1(R5R3t scriptdirtoptsR­twritingtopttvalRËRR4targRJR§((s/usr/lib64/python2.6/pydoc.pytcliÏs\  


   

!   R©(XRSR#RRR%RRzRR!R�RRYR0R°RtstringRRRRRRRRt tracebackR t collectionsR
R�RíRRR(R+R2R5R:Rÿt
IGNORECASER;R<R@RDRQR\R_RfRlRqR�t ExceptionR�R�R�R¢RÇRÝRtRuR�R�R�R�R�R¡R�R»R¾R3RÄR¿R�RÁRÀRÂR&RÅRÉRÊRrR R�R�RÛR0R2RAR(((s/usr/lib64/python2.6/pydoc.pyt<module> s�
`:       
     28*ÿÿ ÿR    &     
 ÿh , [ »  M