Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ __repr__
Method
__repr__
python/proton/_data.py:224–225 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
222
""
"
223
224
def
__repr__(self) -> str:
225
return
"decimal32(%s)"
% int.__repr__(self)
226
227
228
class
decimal64(long):
Callers
nothing calls this directly
Calls
1
__repr__
Method · 0.45
Tested by
no test coverage detected