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