MCPcopy Create free account
hub / github.com/apache/qpid-proton / dat2obj

Function dat2obj

python/proton/_data.py:1639–1646  ·  view source on GitHub ↗
(dimpl)

Source from the content-addressed store, hash-verified

1637
1638
1639def dat2obj(dimpl):
1640 if dimpl:
1641 d = Data(dimpl)
1642 d.rewind()
1643 d.next()
1644 obj = d.get_object()
1645 d.rewind()
1646 return obj
1647
1648
1649def obj2dat(obj, dimpl):

Callers 7

dataMethod · 0.85
annotationsMethod · 0.85
cond2objFunction · 0.85
remote_propertiesMethod · 0.85
remote_propertiesMethod · 0.85

Calls 4

rewindMethod · 0.95
nextMethod · 0.95
get_objectMethod · 0.95
DataClass · 0.70

Tested by

no test coverage detected