Ejemplo n.º 1
0
 def __repr__(self) -> str:
     """
     Shows just this element.
     """
     return auto_repr(self, with_addr=True)
Ejemplo n.º 2
0
Archivo: api.py Proyecto: emosyne/crate
 def __repr__(self) -> str:
     return auto_repr(self)
Ejemplo n.º 3
0
 def __repr__(self) -> str:
     return auto_repr(self, with_addr=True)