ó DÑÕfc@s£dZddlZdZddd„ƒYZddd„ƒYZddd„ƒYZd efd „ƒYZd efd „ƒYZdd „Z e dkrŸe ƒndS(sGeneric output formatting. Formatter objects transform an abstract flow of formatting events into specific output events on writer objects. Formatters manage several stack structures to allow various properties of a writer object to be changed and restored; writers need not be able to handle relative changes nor any sort of ``change back'' operation. Specific writer properties which may be controlled via formatter objects are horizontal alignment, font, and left margin indentations. A mechanism is provided which supports providing arbitrary, non-exclusive style settings to a writer as well. Additional interfaces facilitate formatting events which are not reversible, such as paragraph separation. Writer objects encapsulate device interfaces. Abstract devices, such as file formats, are supported as well as physical devices. The provided implementations all work with abstract devices. The interface makes available mechanisms for setting the properties which formatter objects manage and inserting data into the output. iÿÿÿÿNt NullFormattercBs¼eZdZdd„Zd„Zd„Zd„Zdd„Zd„Z d„Z d„Z d „Z d „Z d „Zd „Zd „Zd„Zd„Zd„Zdd„Zdd„ZRS(s=A formatter which does nothing. If the writer parameter is omitted, a NullWriter instance is created. No methods of the writer are called by NullFormatter instances. Implementations should inherit from this class if implementing a writer interface but don't need to inherit any implementation. cCs%|dkrtƒ}n||_dS(N(tNonet NullWritertwriter(tselfR((s!/usr/lib64/python2.7/formatter.pyt__init__&s  cCsdS(N((Rt blankline((s!/usr/lib64/python2.7/formatter.pyt end_paragraph*scCsdS(N((R((s!/usr/lib64/python2.7/formatter.pytadd_line_break+scOsdS(N((Rtargstkw((s!/usr/lib64/python2.7/formatter.pyt add_hor_rule,scCsdS(N((RtformattcounterR((s!/usr/lib64/python2.7/formatter.pytadd_label_data-scCsdS(N((Rtdata((s!/usr/lib64/python2.7/formatter.pytadd_flowing_data.scCsdS(N((RR((s!/usr/lib64/python2.7/formatter.pytadd_literal_data/scCsdS(N((R((s!/usr/lib64/python2.7/formatter.pytflush_softspace0scCsdS(N((Rtalign((s!/usr/lib64/python2.7/formatter.pytpush_alignment1scCsdS(N((R((s!/usr/lib64/python2.7/formatter.pyt pop_alignment2scCsdS(N((Rtx((s!/usr/lib64/python2.7/formatter.pyt push_font3scCsdS(N((R((s!/usr/lib64/python2.7/formatter.pytpop_font4scCsdS(N((Rtmargin((s!/usr/lib64/python2.7/formatter.pyt push_margin5scCsdS(N((R((s!/usr/lib64/python2.7/formatter.pyt pop_margin6scCsdS(N((Rtspacing((s!/usr/lib64/python2.7/formatter.pyt set_spacing7scGsdS(N((Rtstyles((s!/usr/lib64/python2.7/formatter.pyt push_style8sicCsdS(N((Rtn((s!/usr/lib64/python2.7/formatter.pyt pop_style9scCsdS(N((Rtflag((s!/usr/lib64/python2.7/formatter.pytassert_line_data:sN(t__name__t __module__t__doc__RRRRR RRRRRRRRRRRRR!R#(((s!/usr/lib64/python2.7/formatter.pyRs&                  tAbstractFormattercBsÔeZdZd„Zd„Zd„Zd„Zdd„Zd„Z d„Z d„Z d „Z d „Z d „Zd „Zd „Zd„Zd„Zd„Zd„Zd„Zd„Zdd„Zdd„ZRS(sêThe standard formatter. This implementation has demonstrated wide applicability to many writers, and may be used directly in most circumstances. It has been used to implement a full-featured World Wide Web browser. cCsy||_d|_g|_g|_g|_d|_g|_d|_d|_ d|_ d|_ d|_ d|_ dS(Nii(RRRt align_stackt font_stackt margin_stackRt style_stacktnospacet softspacetpara_endtparskipt hard_breakt have_label(RR((s!/usr/lib64/python2.7/formatter.pyRKs            cCs‹|js"|jjƒd|_n|j|krg|j rg|jj||jƒ||_d|_nd|_|_|_d|_dS(Nii( R0Rtsend_line_breakR1R/tsend_paragraphR,R.R-(RR((s!/usr/lib64/python2.7/formatter.pyRZs     cCsO|jp|js2|jjƒd|_|_nd|_|_d|_dS(Nii(R0R.RR2R1R/R,R-(R((s!/usr/lib64/python2.7/formatter.pyRes  cOs^|js|jjƒn|jj||Žd|_|_d|_|_|_|_dS(Nii( R0RR2t send_hor_ruleR,R1R.R-R/(RR R ((s!/usr/lib64/python2.7/formatter.pyR ls  cCs»|js|j r#|jjƒn|jsK|jj|rAdpDdƒnt|tƒry|jj|j ||ƒƒn|jj|ƒd|_ |_|_|_d|_ |_ dS(Nii( R1R0RR2R.R3t isinstancetstrtsend_label_datatformat_counterR,R-R/(RR R R((s!/usr/lib64/python2.7/formatter.pyRss cCsªd}x|D]•}|dkr0|d|}q |dkrd|dkr¢||j||ƒ}q¢q |dkr˜|dkr¢||j||ƒ}q¢q ||}q W|S(Ntt1s%dtaAitiI(t format_lettert format_roman(RR R tlabeltc((s!/usr/lib64/python2.7/formatter.pyR8s      cCsVd}xI|dkrQt|ddƒ\}}tt|ƒ|ƒ}||}q W|S(NR9iii(tdivmodtchrtord(RtcaseR R?Rts((s!/usr/lib64/python2.7/formatter.pyR=Žs c Cs ddddg}dddg}d\}}xÂ|d krñt|d ƒ\}}|d krz||||d |}nj|d krŸ|||||}nE|dkrÂ||}|d}nd}||||}||}|d }q0W|dkr|jƒS|S(NtiRR@tmtvtltdR9ii i iiitI(R9i(RAtupper( RRDR tonestfivesR?tindexRRE((s!/usr/lib64/python2.7/formatter.pyR>™s&         cCså|s dS|d jƒ}|djƒ}dj|jƒƒ}|jrS| rSdS|sb|jr£|sŠ|js†d|_d|_ndS|js£d|}q£nd|_|_|_|_|_||_|j j |ƒdS(Niiÿÿÿÿt i( tisspacetjointsplitR,R-R/R0R.R1Rtsend_flowing_data(RRtprespacet postspace((s!/usr/lib64/python2.7/formatter.pyR±s$    % cCsr|s dS|jr&|jjdƒn|ddk|_d|_|_|_|_|_|jj|ƒdS(NRPiÿÿÿÿs i( R-RRTR0R,R.R/R1tsend_literal_data(RR((s!/usr/lib64/python2.7/formatter.pyRÅs %cCsN|jrJd|_|_|_|_|_d|_|jjdƒndS(NiiRP(R-R0R.R/R1R,RRT(R((s!/usr/lib64/python2.7/formatter.pyRÎs % cCsX|rA||jkrA|jj|ƒ||_|jj|ƒn|jj|jƒdS(N(RRt new_alignmentR(tappend(RR((s!/usr/lib64/python2.7/formatter.pyRÕs  cCsc|jr|jd=n|jrF|jd|_}|jj|ƒnd|_|jjdƒdS(Niÿÿÿÿ(R(RRRXR(RR((s!/usr/lib64/python2.7/formatter.pyRÝs    c Csý|\}}}}|jrNd|_|_|_d|_|jjdƒn|jrÇ|jd\}}}} |tkr…|}n|tkrš|}n|tkr¯|}n|tkrÇ| }qÇn||||f}|jj|ƒ|jj |ƒdS(NiiRPiÿÿÿÿ( R-R0R.R,RRTR)tAS_ISRYtnew_font( RtfonttsizeRFtbttttcsizetcitcbtctt((s!/usr/lib64/python2.7/formatter.pyRçs$       cCsI|jr|jd=n|jr/|jd}nd}|jj|ƒdS(Niÿÿÿÿ(R)RRR[(RR\((s!/usr/lib64/python2.7/formatter.pyR÷s    cCsY|jj|ƒtd|jƒ}| r<|r<|d}n|jj|t|ƒƒdS(Niÿÿÿÿ(R*RYtfilterRRt new_margintlen(RRtfstack((s!/usr/lib64/python2.7/formatter.pyRs   cCs^|jr|jd=ntd|jƒ}|r;|d}nd}|jj|t|ƒƒdS(Niÿÿÿÿ(R*RdRRReRf(RRgR((s!/usr/lib64/python2.7/formatter.pyRs   cCs||_|jj|ƒdS(N(RRt new_spacing(RR((s!/usr/lib64/python2.7/formatter.pyRs cGsz|jr<d|_|_|_d|_|jjdƒnx|D]}|jj|ƒqCW|jjt |jƒƒdS(NiiRP( R-R0R.R,RRTR+RYt new_stylesttuple(RRtstyle((s!/usr/lib64/python2.7/formatter.pyRs   icCs(|j| 3|jjt|jƒƒdS(N(R+RRiRj(RR ((s!/usr/lib64/python2.7/formatter.pyR!s cCs,| |_|_d|_|_|_dS(Ni(R,R0R.R/R1(RR"((s!/usr/lib64/python2.7/formatter.pyR#"sN(R$R%R&RRRR RRR8R=R>RRRRRRRRRRRR!R#(((s!/usr/lib64/python2.7/formatter.pyR'=s,            RcBsƒeZdZd„Zd„Zd„Zd„Zd„Zd„Zd„Z d„Z d „Z d „Z d „Z d „Zd „ZRS(sMinimal writer interface to use in testing & inheritance. A writer which only provides the interface definition; no actions are taken on any methods. This should be the base class for all writers which do not need to inherit any implementation methods. cCsdS(N((R((s!/usr/lib64/python2.7/formatter.pyR/scCsdS(N((R((s!/usr/lib64/python2.7/formatter.pytflush0scCsdS(N((RR((s!/usr/lib64/python2.7/formatter.pyRX1scCsdS(N((RR\((s!/usr/lib64/python2.7/formatter.pyR[2scCsdS(N((RRtlevel((s!/usr/lib64/python2.7/formatter.pyRe3scCsdS(N((RR((s!/usr/lib64/python2.7/formatter.pyRh4scCsdS(N((RR((s!/usr/lib64/python2.7/formatter.pyRi5scCsdS(N((RR((s!/usr/lib64/python2.7/formatter.pyR36scCsdS(N((R((s!/usr/lib64/python2.7/formatter.pyR27scOsdS(N((RR R ((s!/usr/lib64/python2.7/formatter.pyR48scCsdS(N((RR((s!/usr/lib64/python2.7/formatter.pyR79scCsdS(N((RR((s!/usr/lib64/python2.7/formatter.pyRT:scCsdS(N((RR((s!/usr/lib64/python2.7/formatter.pyRW;s(R$R%R&RRlRXR[ReRhRiR3R2R4R7RTRW(((s!/usr/lib64/python2.7/formatter.pyR's            tAbstractWritercBsqeZdZd„Zd„Zd„Zd„Zd„Zd„Zd„Z d„Z d „Z d „Z d „Z RS( s°A writer which can be used in debugging formatters, but not much else. Each method simply announces itself by printing its name and arguments on standard output. cCsd|fGHdS(Nsnew_alignment(%r)((RR((s!/usr/lib64/python2.7/formatter.pyRXFscCsd|fGHdS(Ns new_font(%r)((RR\((s!/usr/lib64/python2.7/formatter.pyR[IscCsd||fGHdS(Nsnew_margin(%r, %d)((RRRm((s!/usr/lib64/python2.7/formatter.pyReLscCsd|fGHdS(Nsnew_spacing(%r)((RR((s!/usr/lib64/python2.7/formatter.pyRhOscCsd|fGHdS(Nsnew_styles(%r)((RR((s!/usr/lib64/python2.7/formatter.pyRiRscCsd|fGHdS(Nssend_paragraph(%r)((RR((s!/usr/lib64/python2.7/formatter.pyR3UscCs dGHdS(Nssend_line_break()((R((s!/usr/lib64/python2.7/formatter.pyR2XscOs dGHdS(Nssend_hor_rule()((RR R ((s!/usr/lib64/python2.7/formatter.pyR4[scCsd|fGHdS(Nssend_label_data(%r)((RR((s!/usr/lib64/python2.7/formatter.pyR7^scCsd|fGHdS(Nssend_flowing_data(%r)((RR((s!/usr/lib64/python2.7/formatter.pyRTascCsd|fGHdS(Nssend_literal_data(%r)((RR((s!/usr/lib64/python2.7/formatter.pyRWds(R$R%R&RXR[ReRhRiR3R2R4R7RTRW(((s!/usr/lib64/python2.7/formatter.pyRn>s          t DumbWritercBsSeZdZd dd„Zd„Zd„Zd„Zd„Zd„Z d„Z RS( s;Simple writer class which writes output on the file object passed in as the file parameter or, if file is omitted, on standard output. The output is simply word-wrapped to the number of columns specified by the maxcol parameter. This class is suitable for reflowing a sequence of paragraphs. iHcCs6|p tj|_||_tj|ƒ|jƒdS(N(tsyststdouttfiletmaxcolRRtreset(RRrRs((s!/usr/lib64/python2.7/formatter.pyRqs  cCsd|_d|_dS(Ni(tcoltatbreak(R((s!/usr/lib64/python2.7/formatter.pyRtws cCs*|jjd|ƒd|_d|_dS(Ns i(RrtwriteRuRv(RR((s!/usr/lib64/python2.7/formatter.pyR3{s cCs&|jjdƒd|_d|_dS(Ns i(RrRwRuRv(R((s!/usr/lib64/python2.7/formatter.pyR2€s cOsM|jjdƒ|jjd|jƒ|jjdƒd|_d|_dS(Ns t-i(RrRwRsRuRv(RR R ((s!/usr/lib64/python2.7/formatter.pyR4…s  cCst|jj|ƒ|jdƒ}|dkrEd|_||d}n|jƒ}|jt|ƒ|_d|_dS(Ns ii(RrRwtrfindRut expandtabsRfRv(RRRF((s!/usr/lib64/python2.7/formatter.pyRWŒs   cCsÞ|s dS|jp |djƒ}|j}|j}|jj}xz|jƒD]l}|rš|t|ƒ|krƒ|dƒd}qš|dƒ|d}n||ƒ|t|ƒ}d}qNW||_|djƒ|_dS(Nis RPiiÿÿÿÿ(RvRQRuRsRrRwRSRf(RRRvRuRsRwtword((s!/usr/lib64/python2.7/formatter.pyRT–s$          N( R$R%R&RRRtR3R2R4RWRT(((s!/usr/lib64/python2.7/formatter.pyRohs     cCs§tƒ}t|ƒ}|dk r0t|ƒ}n,tjdrSttjdƒ}n tj}x7|D]/}|dkr…|jdƒqc|j|ƒqcW|jdƒdS(Nis i( RoR'RtopenRptargvtstdinRR(Rrtwtftfptline((s!/usr/lib64/python2.7/formatter.pyttest«s       t__main__(((( R&RpRRZRR'RRnRoRƒR$(((s!/usr/lib64/python2.7/formatter.pyts "ê*C