python (3.12.0)
͑e d Z d Zd Z G d d Z G d d Z G d d Z G d d
Z e j Z y)c y)zSome unrelated info.N r G/BuggyBox/python/3.12.0/bootstrap/lib/python3.12/test/doctest_lineno.pyfunc_with_docstringr r c y Nr r r r func_without_docstringr
s r c y)zp
This function really contains a test case.
>>> func_with_doctest.__name__
'func_with_doctest'
r r r r func_with_doctestr
s
r c e Zd ZdZy)ClassWithDocstringz!Some unrelated class information.N__name__
__module____qualname____doc__r r r r r s +r r c e Zd Zy)ClassWithoutDocstringN)r r r r r r r r s r r c e Zd ZdZy)ClassWithDoctestzgThis class really has a test case in it.
>>> ClassWithDoctest.__name__
'ClassWithDoctest'
Nr r r r r r s r r c e Zd Zd Zd Zd Zy)
MethodWrapperc y)zMethod with a docstring.Nr selfs r method_with_docstringz#MethodWrapper.method_with_docstring'