def post_load(self, data, **kwargs):
     return types.Update(**data)
示例#2
0
 def post_load(self, data):
     return types.Update(**data)