Add empty function prepInsert

This commit is contained in:
Worros 2009-07-18 19:02:55 +08:00
parent 34932c14ee
commit 8386dd594e

View File

@ -171,6 +171,9 @@ dealt whether they were seen in a 'dealt to' line
self.holecards[street][player] = [open, closed]
def prepInsert(self, db):
pass
def insert(self, db):
""" Function to insert Hand into database
Should not commit, and do minimal selects. Callers may want to cache commits