Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
6bcf4c2a0b51ecb9002bcc96d71c354c6afe7990
/
.
/
Lib
/
test
/
test_cpickle.py
blob: f2aa0feee35a8eda0d3326d7a2e7d49a0e09bd00 [
file
] [
log
] [
blame
]
# Test the cPickle module
import
cPickle
import
test_pickle
test_pickle
.
dotest
(
cPickle
)