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

Method __repr__

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

Source from the content-addressed store, hash-verified

83 super(ulong, self).__new__(ulong, u64)
84
85 def __repr__(self) -> str:
86 return "ulong(%s)" % long.__repr__(self)
87
88
89class timestamp(long):

Callers

nothing calls this directly

Calls 1

__repr__Method · 0.45

Tested by

no test coverage detected