Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ is_numeric_value
Function
is_numeric_value
celery/utils/functional.py:447–448 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
445
446
447
def
is_numeric_value(value):
448
return
isinstance(value, (int, float)) and not isinstance(value, bool)
Callers
2
test_is_numeric_value
Function · 0.90
tick
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_is_numeric_value
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…