unplugged-system/external/python/pyyaml/tests/data/serializer-is-already-opened.dumper-error

4 lines
61 B
Plaintext
Raw Normal View History

dumper = yaml.Dumper(StringIO())
dumper.open()
dumper.open()