Sign in
android
/
platform
/
external
/
python
/
cpython2
/
9d14d778e080ea6fcd42d892ea5ed2ed9bb2eeaa
/
.
/
Lib
/
test
/
sample_doctest_no_docstrings.py
blob: e4201edbce94d057a7002b91c595f5a8f9722738 [
file
]
# This is a sample module used for testing doctest.
#
# This module is for testing how doctest handles a module with no
# docstrings.
class
Foo
(
object
):
# A class with no docstring.
def
__init__
(
self
):
pass