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.
SignalKey.__repr__
1 parent bf98136 commit 69faf77Copy full SHA for 69faf77
amaranth/hdl/_ast.py
@@ -3251,7 +3251,7 @@ def __lt__(self, other):
3251
return self._intern < other._intern
3252
3253
def __repr__(self):
3254
- return f"<{__qualname__}.SignalKey {self.signal!r}>"
+ return f"<{type(self).__qualname__} {self.signal!r}>"
3255
3256
3257
class SignalDict(_MappedKeyDict):
0 commit comments