Ejemplo n.º 1
0
 def __init__(self, uid, client=None, table=FANS_TABLE):
     Base.__init__(self, client)
     self.uid = uid
     self.table_name = table  #+ month_str()
Ejemplo n.º 2
0
 def __init__(self, uid, tablename, client=None):
     Base.__init__(self, client)
     self.uid = uid
     #self.table_name = FANS_TABLE + month_str()
     self.table_name = tablename
Ejemplo n.º 3
0
 def __init__(self, uid, client=None, table=FANS_TABLE):
     Base.__init__(self, client)
     self.uid = uid
     self.table_name = table #+ month_str()
Ejemplo n.º 4
0
 def __init__(self, uid, tablename, client=None):
     Base.__init__(self, client)
     self.uid = uid
     #self.table_name = FANS_TABLE + month_str()
     self.table_name = tablename