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

Method __repr__

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

Source from the content-addressed store, hash-verified

211 """
212
213 def __repr__(self) -> str:
214 return "float32(%s)" % float.__repr__(self)
215
216
217class decimal32(int):

Callers

nothing calls this directly

Calls 1

__repr__Method · 0.45

Tested by

no test coverage detected