MCPcopy Create free account
hub / github.com/simplejson/simplejson / _floatconstants

Function _floatconstants

simplejson/decoder.py:24–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22FLAGS = re.VERBOSE | re.MULTILINE | re.DOTALL
23
24def _floatconstants():
25 return float('nan'), float('inf'), float('-inf')
26
27NaN, PosInf, NegInf = _floatconstants()
28

Callers 1

decoder.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…