mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
6 lines
145 B
Text
6 lines
145 B
Text
This is a sample doctest in a text file, in which all examples are skipped.
|
|
|
|
>>> 2 + 2 # doctest: +SKIP
|
|
5
|
|
>>> 2 + 2 # doctest: +SKIP
|
|
4
|