Example #1
0
File: player.py Project: nthx/neuro
 def __repr__(self):
     return model_repr(self, attrs=['name'])
Example #2
0
File: move.py Project: nthx/neuro
 def __repr__(self):
     return model_repr(self, attrs=['pawn', 'where', 'direction'])
Example #3
0
File: pawn.py Project: nthx/neuro
 def __repr__(self):
     return model_repr(self, attrs=['get_repr()'])