Esempio n. 1
0
 def __repr__(self):
     spec = ['field_name']
     return make_repr_str(self, spec)
Esempio n. 2
0
 def __repr__(self):
     spec = ['eve_id']
     return make_repr_str(self, spec)
Esempio n. 3
0
 def __repr__(self):
     return make_repr_str(self, ())
Esempio n. 4
0
 def __repr__(self):
     spec = ['high', 'med', 'low']
     return make_repr_str(self, spec)
 def __repr__(self):
     spec = ['type_id', 'attribute_id']
     return make_repr_str(self, spec)
 def __repr__(self):
     spec = ['type_id', 'effect_id']
     return make_repr_str(self, spec)
Esempio n. 7
0
 def __repr__(cls):
     spec = [['sources', '_sources']]
     return make_repr_str(cls, spec)