Home
last modified time | relevance | path

Searched defs:_one_shot (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/json/
Dencoder.py204 def iterencode(self, o, _one_shot=False): argument
260 _key_separator, _item_separator, _sort_keys, _skipkeys, _one_shot, argument
/external/python/cpython2/Lib/json/
Dencoder.py212 def iterencode(self, o, _one_shot=False): argument
273 _key_separator, _item_separator, _sort_keys, _skipkeys, _one_shot, argument