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