def get_numeric_notation(self, rowcol):
     return piece.get_numeric_notation(rowcol)
예제 #2
0
파일: chess.py 프로젝트: csanjeev25/PyChess
 def get_numeric_notation(self, position):
     #print("Valar Morghulis")
     return piece.get_numeric_notation(position)
 def get_numeric_notation(self, position):
     return piece.get_numeric_notation(position)
예제 #4
0
 def get_numeric_notation(
     self, position
 ):  # model dictionary မှာ key(position) ဖြင့် row, column နံပါတ်ရယူရန် အတွက်
     return piece.get_numeric_notation(position)