Beispiel #1
0
 def __repr__(self) -> str:
     """
     Shows just this element.
     """
     return auto_repr(self, with_addr=True)
Beispiel #2
0
 def __repr__(self) -> str:
     return auto_repr(self)
Beispiel #3
0
 def __repr__(self) -> str:
     return auto_repr(self, with_addr=True)