python (3.11.7)

(root)/
lib/
python3.11/
test/
__pycache__/
test_doctest2.cpython-311.opt-1.pyc

eo	dZddlZddlZejjdkrejdGddeZGddejZ	dd	l
Ted
krejdSdS)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 -O2ceZdZdZdZdZGddeZdZdZ	e
ee	d	Zed
Z
edZdS)
CuClass C.

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


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

        ЉЊЈЁЂ

    cdS)z;C.__init__.

        >>> print(C()) # 3
        42
        Nselfs F/BuggyBox/python/3.11.7/bootstrap/lib/python3.11/test/test_doctest2.py__init__z
C.__init__!cdS)z/
        >>> print(C()) # 4
        42
        42rrs r
__str__z	C.__str__(s	
tr
ceZdZdZdZdS)C.DzJA nested D class.

        >>> print("In D!")   # 5
        In D!
        cdS)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<s
xr
c||_dS)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
        )doccdS)z
        A static method.

        >>> print(C.statm())    # 16
        666
        >>> print(C().statm())  # 17
        666
        irrr
r
statmzC.statmUs	sr
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
rrsF	t"	
	
	
A		\			[			r
rceZdZdZdS)Testcddl}ddl}d}||jt\}}|r|d||fz||kr|d||fzdSdS)Nrz%d of %d doctests failedz expected %d tests to run, not %d)doctestsystestmodmodulesrfail)r	r1r2EXPECTEDfts      r
test_testmodzTest.test_testmodoss{84551	;II0Aq69:::==II8Ha=HIIIII=r
N)rrrr9rr
r
r.r.ns(JJJJJr
r.)*__main__)
rr2unittestflagsoptimizeSkipTestr(rTestCaser.r1rmainrr
r
<module>rBs


9
(
=
>
>>XXXXXXXXvJJJJJ8JJJzHMOOOOOr