Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
python-3.7.2-202012151422
/
usr
/
lib
/
python3.7
/
test
/
//opt/python-3.7.2-202012151422/usr/lib/python3.7/test/sample_doctest_no_doctests.py
"""This is a sample module used for testing doctest. This module is for testing how doctest handles a module with docstrings but no doctest examples. """ class Foo(object): """A docstring with no doctest examples. """ def __init__(self): pass