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

 
Classes
       
exceptions.Exception
CordFormatException
Cord

 
class Cord
    #TODO: In like 6 moves, more than 25000 Cords are inited. Perhaps it should be pooled..
 
  Methods defined here:
__cmp__(self, other)
__eq__(self, other)
__hash__(self)
__init__(self, x, y=None)
__ne__(self, other)
__repr__(self)
charToInt(self, char)
intToChar(self, x)

Properties defined here:
cords
get = _get_cords(self)
set = _set_cords(self, (x, y))
cx
get = _get_cx(self)
cy
get = _get_cy(self)

 
class CordFormatException(exceptions.Exception)
     Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)