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

Method __repr__

python/proton/_data.py:154–155  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

152 """
153
154 def __repr__(self) -> str:
155 return "int32(%s)" % int.__repr__(self)
156
157
158class ubyte(int):

Callers

nothing calls this directly

Calls 1

__repr__Method · 0.45

Tested by

no test coverage detected