示例#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()'])