Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ lookup
Method
lookup
python/proton/_data.py:765–766 ·
view source on GitHub ↗
(self, name: str)
Source
from the content-addressed store, hash-verified
763
return
pn_data_exit(self._data)
764
765
def
lookup(self, name: str) -> bool:
766
return
pn_data_lookup(self._data, name)
767
768
def
narrow(self) -> None:
769
""
"
Callers
1
testLookup
Method · 0.45
Calls
1
pn_data_lookup
Function · 0.90
Tested by
no test coverage detected