repo.or.cz
/
pyyaml
/
python3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Subclass all base classes from `object`.
[pyyaml/python3.git]
/
tests
/
data
/
serializer-is-closed-1.dumper-error
blob
5d9ecfc234b910edecd92eb3b3f93e0e5db0bf29
1
dumper = Dumper(StringIO.StringIO())
2
dumper.open()
3
dumper.close()
4
dumper.open()