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_doctest2.pyc

³ò
h”Rc@s[dZddklZdefd„ƒYZd„ZddkTedjoeƒndS(	uðA module to test whether doctest recognizes some 2.2 features,
like static and class methods.

>>> print 'yup'  # 1
yup

We include some (random) encoded (utf-8) text in the text surrounding
the example.  It should be ignored:

ЉЊЈÐЂ

iÿÿÿÿ(ttest_supporttCcBs{eZdZd„Zd„Zdefd„ƒYZd„Zd„Ze	eeddƒZ
ed	„ƒZe
d
„ƒZRS(uµClass C.

    >>> print C()  # 2
    42


    We include some (random) encoded (utf-8) text in the text surrounding
    the example.  It should be ignored:

        ЉЊЈÐЂ

    cCsdS(s:C.__init__.

        >>> print C() # 3
        42
        N((tself((s./usr/local/lib/python2.5/test/test_doctest2.pyt__init__scCsdS(s.
        >>> print C() # 4
        42
        t42((R((s./usr/local/lib/python2.5/test/test_doctest2.pyt__str__&stDcBseZdZd„ZRS(sIA nested D class.

        >>> print "In D!"   # 5
        In D!
        cCsdS(s7
            >>> print 3 # 6
            3
            N((R((s./usr/local/lib/python2.5/test/test_doctest2.pytnested4s(t__name__t
__module__t__doc__R(((s./usr/local/lib/python2.5/test/test_doctest2.pyR-scCs|iS(sf
        >>> c = C()    # 7
        >>> c.x = 12   # 8
        >>> print c.x  # 9
        -12
        (t_x(R((s./usr/local/lib/python2.5/test/test_doctest2.pytgetx:scCs
||_dS(sl
        >>> c = C()     # 10
        >>> c.x = 12    # 11
        >>> print c.x   # 12
        -12
        N(R(Rtvalue((s./usr/local/lib/python2.5/test/test_doctest2.pytsetxCstdocsh        >>> c = C()    # 13
        >>> c.x = 12   # 14
        >>> print c.x  # 15
        -12
        cCsdS(sƒ
        A static method.

        >>> print C.statm()    # 16
        666
        >>> print C().statm()  # 17
        666
        iš((((s./usr/local/lib/python2.5/test/test_doctest2.pytstatmSs
cCs|S(s‚
        A class method.

        >>> print C.clsm(22)    # 18
        22
        >>> print C().clsm(23)  # 19
        23
        ((tclstval((s./usr/local/lib/python2.5/test/test_doctest2.pytclsm_s
(RR	R
RRtobjectRRRtpropertytxtstaticmethodRtclassmethodR(((s./usr/local/lib/python2.5/test/test_doctest2.pyRs		
					cCsYddkl}d}ti|ƒ\}}||jotid||fƒ‚ndS(Niÿÿÿÿ(t
test_doctest2is expected %d tests to run, not %d(ttestRRtrun_doctestt
TestFailed(RtEXPECTEDtftt((s./usr/local/lib/python2.5/test/test_doctest2.pyt	test_mainks
	(t*t__main__N(R
RRRRR tdoctestR(((s./usr/local/lib/python2.5/test/test_doctest2.pys<module>
sZ	




Man Man