Searched defs:is_json (Results 1 – 3 of 3) sorted by relevance
29 is_json = False variable172 is_json = '-j' in sys.argv variable
121 def dump(self, is_json=False): argument460 def dump_extensions(self, is_json=False): argument
753 bool is_json = str[0] == '{'; in qobject_input_visitor_new_str() local