MCPcopy
hub / github.com/marshmallow-code/marshmallow / _deserialize

Method _deserialize

src/marshmallow/fields.py:1003–1004  ·  view source on GitHub ↗
(self, value, attr, data, **kwargs)

Source from the content-addressed store, hash-verified

1001 return self._to_string(ret) if self.as_string else ret
1002
1003 def _deserialize(self, value, attr, data, **kwargs) -> _NumT:
1004 return self._validated(value)
1005
1006
1007class Integer(Number[int]):

Callers

nothing calls this directly

Calls 1

_validatedMethod · 0.95

Tested by

no test coverage detected