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

Method __repr__

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

Source from the content-addressed store, hash-verified

119 """
120
121 def __repr__(self) -> str:
122 return "char(%s)" % unicode.__repr__(self)
123
124
125class byte(int):

Callers 15

__repr__Method · 0.45
__repr__Method · 0.45
__repr__Method · 0.45
__repr__Method · 0.45
__repr__Method · 0.45
__repr__Method · 0.45
__repr__Method · 0.45
__repr__Method · 0.45
__repr__Method · 0.45
__repr__Method · 0.45
__repr__Method · 0.45
__repr__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected