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

Method clear

python/proton/_data.py:701–705  ·  view source on GitHub ↗

Clears the data object.

(self)

Source from the content-addressed store, hash-verified

699 return err
700
701 def clear(self) -> None:
702 """
703 Clears the data object.
704 """
705 pn_data_clear(self._data)
706
707 def rewind(self) -> None:
708 """

Calls 1

pn_data_clearFunction · 0.85

Tested by 1