MCPcopy
hub / github.com/celery/celery / test_is_numeric_value

Function test_is_numeric_value

t/unit/utils/test_functional.py:521–524  ·  view source on GitHub ↗
(value, expected)

Source from the content-addressed store, hash-verified

519 (None, False),
520])
521def test_is_numeric_value(value, expected):
522 res = is_numeric_value(value)
523 assert type(res) is type(expected)
524 assert res == expected

Callers

nothing calls this directly

Calls 1

is_numeric_valueFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…