Home | Trees | Indices | Help |
|
---|
|
|
|||
Timer | |||
DataLoader |
|
|||
|
|
|||
PACKAGE = "PySol"
|
|||
PACKAGE_URL = "http://www.oberhumer.com/pysol"
|
|||
SUITS = "Club", "Spade", "Heart", "Diamond"
|
|||
COLORS = "black", "red"
|
|||
RANKS = "Ace", "2", "3", "4", "5", "6", "7", "8", "9", "10", "
|
|||
ACE = 0
|
|||
JACK = 10
|
|||
QUEEN = 11
|
|||
KING = 12
|
|||
ANY_SUIT = -1
|
|||
ANY_COLOR = -1
|
|||
ANY_RANK = -1
|
|||
NO_SUIT = 999999
|
|||
NO_COLOR = 999999
|
|||
NO_RANK = 999999
|
|||
NO_REDEAL = 0
|
|||
UNLIMITED_REDEALS = -1
|
|||
VARIABLE_REDEALS = -2
|
|||
CARDSET = "cardset"
|
|||
IMAGE_EXTENSIONS = ".png", ".gif", ".ppm", ".jpg",
|
|||
bundle = 0
|
|||
cyclops = None
|
|
RANKS
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Oct 8 16:56:54 2009 | http://epydoc.sourceforge.net |