Esempio n. 1
0
 def __init__(self):
     self.id = get_id()
     self.virtual = False
Esempio n. 2
0
 def copy(self):
     copied_card = copy.copy(self)
     copied_card.id = get_id()
     copied_card.virtual = True
     return copied_card
Esempio n. 3
0
 def NextId(self):
     return get_id()