Home
last modified time | relevance | path

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

/external/python/apitools/apitools/base/py/
Dextra_types.py83 def _JsonValueToPythonValue(json_value): function
104 return dict([(prop.key, _JsonValueToPythonValue(prop.value)) for prop
110 return [_JsonValueToPythonValue(e) for e in json_value.entries]
202 JsonValue: _JsonValueToPythonValue,