Home
last modified time | relevance | path

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

/third_party/python/Lib/json/
Dencoder.py199 chunks = self.iterencode(o, _one_shot=True)
204 def iterencode(self, o, _one_shot=False): argument
246 if (_one_shot and c_make_encoder is not None
256 self.skipkeys, _one_shot)
260 _key_separator, _item_separator, _sort_keys, _skipkeys, _one_shot, argument