Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ put_object
Method
put_object
python/proton/_data.py:1624–1626 ·
view source on GitHub ↗
(self, obj: Any)
Source
from the content-addressed store, hash-verified
1622
}
1623
1624
def
put_object(self, obj: Any) -> None:
1625
putter = self.put_mappings[obj.__class__]
1626
putter(self, obj)
1627
1628
def
get_object(self) -> Optional[Any]:
1629
type = self.type()
Callers
14
_pre_encode
Method · 0.95
obj2cond
Function · 0.95
put_dict
Method · 0.95
put_sequence
Method · 0.95
put_py_described
Method · 0.95
put_py_array
Method · 0.95
obj2dat
Function · 0.95
declare_transaction
Method · 0.80
testCopyNested
Method · 0.80
testCopyNestedArray
Method · 0.80
testRoundTrip
Method · 0.80
testBuffer
Method · 0.80
Calls
1
putter
Class · 0.85
Tested by
no test coverage detected