Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
""
"
Callers
7
_pre_encode
Method · 0.95
testExpiryEncodeAsNull
Method · 0.95
testCreationEncodeAsNull
Method · 0.95
testGroupSequenceEncodeAsNull
Method · 0.95
testGroupSequenceEncodeAsNonNull
Method · 0.95
clear_retained_objects
Function · 0.45
test_send_message_ssl_no_object_leaks
Method · 0.45
Calls
1
pn_data_clear
Function · 0.85
Tested by
1
test_send_message_ssl_no_object_leaks
Method · 0.36