def get_numeric_notation(self, rowcol):
     return piece.get_numeric_notation(rowcol)
Exemplo n.º 2
0
 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)
Exemplo n.º 4
0
 def get_numeric_notation(
     self, position
 ):  # model dictionary မှာ key(position) ဖြင့် row, column နံပါတ်ရယူရန် အတွက်
     return piece.get_numeric_notation(position)