MCPcopy Create free account
hub / github.com/ccxt/ccxt / _format_error

Method _format_error

python/ccxt/static_dependencies/marshmallow/validate.py:255–256  ·  view source on GitHub ↗
(self, value: str)

Source from the content-addressed store, hash-verified

253 self.error = error or self.default_message # type: str
254
255 def _format_error(self, value: str) -> str:
256 return self.error.format(input=value)
257
258 def __call__(self, value: str) -> str:
259 message = self._format_error(value)

Callers 1

__call__Method · 0.95

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected