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

4 lines
61 B
Plaintext

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