MCPcopy Create free account
hub / github.com/apache/fory / _is_digit

Function _is_digit

python/pyfory/converter.py:155–156  ·  view source on GitHub ↗
(value: str)

Source from the content-addressed store, hash-verified

153
154
155def _is_digit(value: str) -> bool:
156 return "0" <= value <= "9"
157
158
159def _canonical_decimal(value: decimal.Decimal) -> decimal.Decimal:

Callers 1

_numeric_literal_fitsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected