Exemplo n.º 1
0
Arquivo: player.py Projeto: nthx/neuro
 def __repr__(self):
     return model_repr(self, attrs=['name'])
Exemplo n.º 2
0
Arquivo: move.py Projeto: nthx/neuro
 def __repr__(self):
     return model_repr(self, attrs=['pawn', 'where', 'direction'])
Exemplo n.º 3
0
Arquivo: pawn.py Projeto: nthx/neuro
 def __repr__(self):
     return model_repr(self, attrs=['get_repr()'])