Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
155
def
_is_digit(value: str) -> bool:
156
return
"0"
<= value <=
"9"
157
158
159
def
_canonical_decimal(value: decimal.Decimal) -> decimal.Decimal:
Callers
1
_numeric_literal_fits
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected