MCPcopy
hub / github.com/pimutils/vdirsyncer / serialize

Method serialize

tests/unit/utils/test_vobject.py:300–301  ·  view source on GitHub ↗
(self, parsed)

Source from the content-addressed store, hash-verified

298
299 @rule(parsed=Parsed, target=Unparsed)
300 def serialize(self, parsed):
301 return list(parsed.dump_lines())
302
303 @rule(c=Parsed,
304 key=uid_strategy,

Callers

nothing calls this directly

Calls 1

dump_linesMethod · 0.80

Tested by

no test coverage detected