HandsActions: Stub in the remaining calls for HandsActions

This commit is contained in:
Worros
2010-09-01 10:47:13 +08:00
parent a03e836044
commit 9a3d60e0b3
3 changed files with 30 additions and 1 deletions
+5 -1
View File
@@ -34,8 +34,9 @@ class DerivedStats():
def __init__(self, hand):
self.hand = hand
self.hands = {}
self.hands = {}
self.handsplayers = {}
self.handsactions = {}
def getStats(self, hand):
@@ -107,6 +108,9 @@ class DerivedStats():
def getHandsPlayers(self):
return self.handsplayers
def getHandsActions(self):
return self.handsactions
def assembleHands(self, hand):
self.hands['tableName'] = hand.tablename
self.hands['siteHandNo'] = hand.handid