Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1639
def
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
1649
def
obj2dat(obj, dimpl):
Callers
7
data
Method · 0.85
annotations
Method · 0.85
cond2obj
Function · 0.85
remote_offered_capabilities
Method · 0.85
remote_desired_capabilities
Method · 0.85
remote_properties
Method · 0.85
remote_properties
Method · 0.85
Calls
4
rewind
Method · 0.95
next
Method · 0.95
get_object
Method · 0.95
Data
Class · 0.70
Tested by
no test coverage detected