MCPcopy 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_encodeMethod · 0.95
obj2condFunction · 0.95
put_dictMethod · 0.95
put_sequenceMethod · 0.95
put_py_describedMethod · 0.95
put_py_arrayMethod · 0.95
obj2datFunction · 0.95
declare_transactionMethod · 0.80
testCopyNestedMethod · 0.80
testCopyNestedArrayMethod · 0.80
testRoundTripMethod · 0.80
testBufferMethod · 0.80

Calls 1

putterClass · 0.85

Tested by

no test coverage detected