Searched refs:_unquote (Results 1 – 2 of 2) sorted by relevance
330 def _unquote(str): function674 M[K] = _unquote(V)690 return _unquote( val ), val717 return loads( _unquote(val) ), val741 strval = _unquote(val)
189 def _unquote(str): function576 parsed_items.append((TYPE_ATTRIBUTE, key, _unquote(value)))605 return _unquote(val), val