예제 #1
0
파일: player.py 프로젝트: nthx/neuro
 def __repr__(self):
     return model_repr(self, attrs=['name'])
예제 #2
0
파일: move.py 프로젝트: nthx/neuro
 def __repr__(self):
     return model_repr(self, attrs=['pawn', 'where', 'direction'])
예제 #3
0
파일: pawn.py 프로젝트: nthx/neuro
 def __repr__(self):
     return model_repr(self, attrs=['get_repr()'])