We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__repr__
1 parent 66bcb60 commit 0ba720fCopy full SHA for 0ba720f
src/frequenz/channels/_select.py
@@ -248,7 +248,7 @@ def __str__(self) -> str:
248
)
249
250
def __repr__(self) -> str:
251
- """Return a the internal representation of this selected receiver."""
+ """Return a string with the internal representation of this instance."""
252
return (
253
f"{type(self).__name__}({self._recv=}, {self._value=}, "
254
f"{self._exception=}, {self._handled=})"
0 commit comments