MCPcopy Index your code
hub / github.com/beetbox/beets / dump

Function dump

beetsplug/edit.py:59–61  ·  view source on GitHub ↗

Dump a sequence of dictionaries as YAML for editing.

(arg)

Source from the content-addressed store, hash-verified

57
58
59def dump(arg):
60 """Dump a sequence of dictionaries as YAML for editing."""
61 return yaml.safe_dump_all(arg, allow_unicode=True, default_flow_style=False)
62
63
64def load(s):

Callers 1

edit_objectsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected