Example #1
0
 def to_python(self, value):
     return util.unserialize_references(_to_python(value))
Example #2
0
 def to_python(self, value):
     return (unserialize_references(value) if value else {})