python (3.12.0)

(root)/
lib/
python3.12/
test/
__pycache__/
test_doctest2.cpython-312.pyc

͑eo	dZddlZddlZejjdk\rej
dGddeZGddejZ	dd	l
ed
k(rejyy)uA 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:

ЉЊЈЁЂ

NzCannot test docstrings with -O2cteZdZdZdZdZGddeZdZdZ	e
ee	d	Zed
Z
edZy)
CuClass C.

    >>> print(C())  # 2
    42


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

        ЉЊЈЁЂ

    cy)z;C.__init__.

        >>> print(C()) # 3
        42
        Nselfs F/BuggyBox/python/3.12.0/bootstrap/lib/python3.12/test/test_doctest2.py__init__z
C.__init__!cy)z/
        >>> print(C()) # 4
        42
        42rrs r
__str__z	C.__str__(s
r
ceZdZdZdZy)C.DzJA nested D class.

        >>> print("In D!")   # 5
        In D!
        cy)z8
            >>> print(3) # 6
            3
            Nrrs r
nestedz
C.D.nested6rr
N)__name__
__module____qualname____doc__rrr
r
Dr/s		r
rc|jS)zg
        >>> c = C()    # 7
        >>> c.x = 12   # 8
        >>> print(c.x)  # 9
        -12
        _xrs r
getxzC.getx<sxr
c||_y)zm
        >>> c = C()     # 10
        >>> c.x = 12    # 11
        >>> print(c.x)   # 12
        -12
        Nr)r	values  r
setxzC.setxEsr
zi        >>> c = C()    # 13
        >>> c.x = 12   # 14
        >>> print(c.x)  # 15
        -12
        )doccy)z
        A static method.

        >>> print(C.statm())    # 16
        666
        >>> print(C().statm())  # 17
        666
        irrr
r
statmzC.statmUsr
c|S)z
        A class method.

        >>> print(C.clsm(22))    # 18
        22
        >>> print(C().clsm(23))  # 19
        23
        r)clsvals  r
clsmzC.clsmas	
r
N)rrrrrrobjectrrr propertyxstaticmethodr#classmethodr'rr
r
rrsdF	t"	
A				r
rceZdZdZy)Testcddl}ddl}d}|j|jt\}}|r|jd||fz||k7r|jd||fzyy)Nrz%d of %d doctests failedz expected %d tests to run, not %d)doctestsystestmodmodulesrfail)r	r1r2EXPECTEDfts      r
test_testmodzTest.test_testmodos`s{{8451II0Aq69:=II8Ha=HIr
N)rrrr9rr
r
r.r.nsJr
r.)*__main__)
rr2unittestflagsoptimizeSkipTestr(rTestCaser.r1rmainrr
r
<module>rBsx99
(

=
>>XXvJ8JzHMMOr