pychess.Utils.Piece
index
/home/thomas/Programmering/python/skak/svn/lib/pychess/Utils/Piece.py

 
Classes
       
Piece

 
class Piece
     Methods defined here:
__init__(self, color, sign)
__repr__(self)

 
Data
        BISHOP = 3
KING = 0
KNIGHT = 4
PAWN = 5
QUEEN = 1
ROOK = 2
pieceName = ['King', 'Queen', 'Rook', 'Bishop', 'Knight', 'Pawn']
reprColor = ['White', 'Black']
reprPiece = ['King', 'Queen', 'Rook', 'Bishop', 'Knight', 'Pawn']
reprSign = ['K', 'Q', 'R', 'B', 'N', 'P']