HandsActions: Stub in the remaining calls for HandsActions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user