Exemplo n.º 1
0
 def __init__(self, row={}, string=None):
     DbDict.__init__(self, row, string)
     self.entries = []
     return
Exemplo n.º 2
0
 def __init__(self, row={}, string=None):
     DbDict.__init__(self, row, string)
     self.entries = []
     return
Exemplo n.º 3
0
 def __init__(self, row={}, string=None):
     '''Overrides DbDice.__init__ to ensure each instance has a clean entries member.'''
     DbDict.__init__(self, row, string)
     self.entries = []
     return
Exemplo n.º 4
0
 def __init__(self, row={}, string=None):
     '''Overrides DbDice.__init__ to ensure each instance has a clean entries member.'''
     DbDict.__init__(self, row, string)
     self.entries = []
     return