config root man

Current Path : /usr/local/lib/python2.5/test/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/local/lib/python2.5/test/test_tokenize.pyo

³ò
h”Rc@sÁddkZddkZddkZddklZddklZlZlZl	Z	ddk
l
Z
lZlZl
Z
lZlZlZd„Zd„Zd„ZedjoeƒndS(	iÿÿÿÿN(tStringIO(tverbosetfindfiletis_resource_enabledt
TestFailed(ttokenizetgenerate_tokenst
untokenizetNUMBERtNAMEtOPtSTRINGc

CsÌt|ƒ}ztt|iƒƒ}Wd|iƒXg}|D]}||d q>~}t|ƒ}t|idƒƒi}g}t|ƒD]}||d q~}	||	jot	d|ƒ‚ndS(Niis$untokenize() roundtrip failed for %r(
topentlistRtreadlinetcloseRtitert
splitlinestnextR(
tftfobjtfulltokt_[1]ttoktt1tnewtextRt_[2]tt2((s./usr/local/lib/python2.5/test/test_tokenize.pyttest_roundtrips%+
cCs­g}tt|ƒiƒ}x…|D]}\}}}}}|tjoHd|jo;|itdftdftt|ƒftdfgƒq"|i	||fƒq"Wt
|ƒS(sËSubstitute Decimals for floats in a string of statements.

    >>> from decimal import Decimal
    >>> s = 'print +21.3e-5*-.1234/81.7'
    >>> decistmt(s)
    "print +Decimal ('21.3e-5')*-Decimal ('.1234')/Decimal ('81.7')"

    The format of the exponent is inherited from the platform C library.
    Known cases are "e-007" (Windows) and "e-07" (not Windows).  Since
    we're only showing 12 digits, and the 13th isn't close to 5, the
    rest of the output should be platform-independent.

    >>> exec(s) #doctest: +ELLIPSIS
    -3.21716034272e-0...7

    Output from calculations with Decimal should be identical across all
    platforms.

    >>> exec(decistmt(s))
    -3.217160342717258261933904529E-7
    t.tDecimalt(t)(RRRRtextendR	R
RtreprtappendR(tstresulttgttoknumttokvalt_((s./usr/local/lib/python2.5/test/test_tokenize.pytdecistmts		cCscto	dGHnttdtidƒƒ}t|iƒ|iƒtdtidƒ}t|ƒti	i
|ƒpti}ti|ti
dƒ}tdƒpti|dƒ}nx|D]}t|ƒqÅWd}y$xtt|ƒiƒD]}qøWWntj
onXtdƒ‚d	d
kl}d	dkl}||ƒto	dGHndS(
Nsstarting...ttokenize_teststtxtstest*.pytcompileri
sdef foo():
    bar
  baz
s Did not detect IndentationError:iÿÿÿÿ(t
test_tokenize(trun_doctesttfinished(RRRtostextsepRRRRtpathtdirnametcurdirtglobtsepRtrandomtsampleRRtIndentationErrorRttestR.ttest.test_supportR/(Rttestdirt	testfilest
sampleBadTextRR.R/((s./usr/local/lib/python2.5/test/test_tokenize.pyt	test_mainAs6	




t__main__(R1R6R8t	cStringIORR<RRRRRRRRR	R
RRR*R@t__name__(((s./usr/local/lib/python2.5/test/test_tokenize.pys<module>s$"4		%	0


Man Man