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

3 lines
92 B
Plaintext

dumper = yaml.Dumper(StringIO())
dumper.serialize(yaml.ScalarNode(tag='!foo', value='bar'))