Example #1
0
 def find_or_create(name):
     return Constant.find_or_create(SpellTrapProperty, name)
Example #2
0
 def find_or_create(name):
     return Constant.find_or_create(Rarity, name)
Example #3
0
 def find_or_create(name):
     return Constant.find_or_create(CardStatus, name)
Example #4
0
 def find_or_create(name):
     return Constant.find_or_create(MonsterType, name)
Example #5
0
 def find_or_create(name):
     return Constant.find_or_create(MonsterAttribute, name)
Example #6
0
 def find_or_create(name):
     return Constant.find_or_create(SpellTrapProperty, name)
Example #7
0
 def find_or_create(name):
     return Constant.find_or_create(CardType, name)
Example #8
0
 def find_or_create(name):
     return Constant.find_or_create(CardStatus, name)
Example #9
0
 def find_or_create(name):
     return Constant.find_or_create(Rarity, name)
Example #10
0
 def find_or_create(name):
     return Constant.find_or_create(MonsterAttribute, name)
Example #11
0
 def find_or_create(name):
     return Constant.find_or_create(MonsterType, name)
Example #12
0
 def find_or_create(name):
     return Constant.find_or_create(CardType, name)