Home
last modified time | relevance | path

Searched refs:reprRank (Results 1 – 2 of 2) sorted by relevance

/dports/games/py-pychess/pychess-1.0.2/lib/pychess/Utils/lutils/
H A Dlmove.py8 reprFile, reprRank, chr2Sign, cordDic, reprSign, reprCord, reprSignSittuyin, reprSignMakruk,\
243 part0 += reprRank[y]
246 part0 += reprFile[x] + reprRank[y]
409 if notat and notat[0] in reprRank:
415 if notat and notat[0] in reprRank:
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/Utils/
H A Dconst.py200 reprRank = ["1", "2", "3", "4", "5", "6", "7", "8"] variable