Searched defs:_one_shot (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/json/ |
D | encoder.py | 204 def iterencode(self, o, _one_shot=False): argument 260 _key_separator, _item_separator, _sort_keys, _skipkeys, _one_shot, argument
|
/external/python/cpython2/Lib/json/ |
D | encoder.py | 212 def iterencode(self, o, _one_shot=False): argument 273 _key_separator, _item_separator, _sort_keys, _skipkeys, _one_shot, argument
|