Exemplo n.º 1
0
 def value_from_dict(self, value):
     return [Entity.from_dict(entity) for entity in value]
Exemplo n.º 2
0
 def value_from_dict(self, value):
     return Entity.from_dict(value)