Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1021cc692d392f4c34791cf22e942dd1b1e0f519
/
.
/
Lib
/
test
/
test_pickletools.py
blob: 2e2fe50b0421e6fc44413d3f9c51d4cd1309946c [
file
] [
log
] [
blame
]
Tim Peters
8ecfc8e
2003-01-27 18:51:48 +0000
[
diff
] [
blame
]
1
import
pickletools
2
from
test
import
test_support
3
test_support
.
run_doctest
(
pickletools
)