Home
last modified time | relevance | path

Searched refs:_normalize_float_str (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/test_tomllib/
H A Dburntsushi.py30 return {"type": "float", "value": _normalize_float_str(str(obj))}
70 norm_value = _normalize_float_str(value)
113 def _normalize_float_str(float_str: str) -> str: function

Completed in 1 milliseconds