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