3 lines
87 B
Python
3 lines
87 B
Python
import pickletools
|
|
from test import test_support
|
|
test_support.run_doctest(pickletools)
|