Example #1
0
 def _get_king_dst(self):
     loc_label = Location.make_loc_label(
         self.king_dst_x_label,
         self._get_y_label())
     return Location(loc_label)
Example #2
0
 def _get_rook_dst_label(self):
     return Location.make_loc_label(
         self.rook_dst_x_label,
         self._get_y_label())