Example #1
0
File: user.py Project: pvh/thegrid
 def exists(self):
     return db.exists(self.dbid)
Example #2
0
File: grid.py Project: pvh/thegrid
 def playerExists(self, pid):
     return db.exists(self.dbid + ":pid:" + str(pid))