From a03e83604435bcac4849569b3b163f2d583c686f Mon Sep 17 00:00:00 2001 From: Worros Date: Wed, 1 Sep 2010 10:38:54 +0800 Subject: [PATCH] DerivedStats: Stub in HandsActions calculation --- pyfpdb/DerivedStats.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyfpdb/DerivedStats.py b/pyfpdb/DerivedStats.py index d79d49bf..56222e18 100644 --- a/pyfpdb/DerivedStats.py +++ b/pyfpdb/DerivedStats.py @@ -92,6 +92,8 @@ class DerivedStats(): self.assembleHands(self.hand) self.assembleHandsPlayers(self.hand) + if DEBUG: + self.assembleHandsActions(self.hand) if DEBUG: print "Hands:" @@ -207,6 +209,8 @@ class DerivedStats(): # 3betSB, 3betBB # Squeeze, Ratchet? + def assembleHandsActions(self, hand): + pass def setPositions(self, hand): """Sets the position for each player in HandsPlayers