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