Searched refs:_INFSTR (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/ | ||
H A D | ast.py | 645 _INFSTR = "1e" + repr(sys.float_info.max_10_exp + 1) variable 1240 .replace("inf", _INFSTR) 1241 .replace("nan", f"({_INFSTR}-{_INFSTR})") |
Completed in 3 milliseconds