Searched defs:allow_raw (Results 1 – 2 of 2) sorted by relevance
11 let allow_raw = true; in parse_unquoted() localVariable23 let allow_raw = false; in parse_quoted_or_unquoted() localVariable
993 def _serialize_function_to_config(self, inputs, allow_raw=False): argument