MCPcopy Index your code
hub / github.com/pimutils/vdirsyncer / parse

Method parse

tests/unit/utils/test_vobject.py:296–297  ·  view source on GitHub ↗
(self, unparsed)

Source from the content-addressed store, hash-verified

294
295 @rule(unparsed=Unparsed, target=Parsed)
296 def parse(self, unparsed):
297 return vobject._Component.parse(unparsed)
298
299 @rule(parsed=Parsed, target=Unparsed)
300 def serialize(self, parsed):

Callers 5

test_broken_itemFunction · 0.45
test_multiple_itemsFunction · 0.45
test_input_typesFunction · 0.45
sanity_checkMethod · 0.45
test_component_containsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected