android13/external/python/pyyaml/tests/data/serializer-is-not-opened-2....

3 lines
92 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
dumper = yaml.Dumper(StringIO())
dumper.serialize(yaml.ScalarNode(tag='!foo', value='bar'))