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

3 lines
48 B
Plaintext
Raw Normal View History

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