mirror of
https://github.com/python/cpython.git
synced 2025-01-09 18:15:02 +08:00
3 lines
63 B
Python
3 lines
63 B
Python
import doctest, test_support
|
|
test_support.run_doctest(doctest)
|