Searched refs:_JsonValueToPythonValue (Results 1 – 1 of 1) sorted by relevance
87 def _JsonValueToPythonValue(json_value): function108 return dict([(prop.key, _JsonValueToPythonValue(prop.value)) for prop114 return [_JsonValueToPythonValue(e) for e in json_value.entries]206 JsonValue: _JsonValueToPythonValue,