Searched refs:_floatstr (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/json/ |
D | encoder.py | 259 def _make_iterencode(markers, _default, _encoder, _indent, _floatstr, argument 316 yield buf + _floatstr(value) 363 key = _floatstr(key) 397 yield _floatstr(value) 427 yield _floatstr(o)
|
/external/python/cpython2/Lib/json/ |
D | encoder.py | 272 def _make_iterencode(markers, _default, _encoder, _indent, _floatstr, argument 323 yield buf + _floatstr(value) 370 key = _floatstr(key) 400 yield _floatstr(value) 429 yield _floatstr(o)
|