Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ __repr__
Method
__repr__
python/proton/_data.py:202–203 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
200
super(uint, self).__new__(uint, u32)
201
202
def
__repr__(self) -> str:
203
return
"uint(%s)"
% long.__repr__(self)
204
205
206
class
float32(float):
Callers
nothing calls this directly
Calls
1
__repr__
Method · 0.45
Tested by
no test coverage detected