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.py87 def _JsonValueToPythonValue(json_value): function
108 return dict([(prop.key, _JsonValueToPythonValue(prop.value)) for prop
114 return [_JsonValueToPythonValue(e) for e in json_value.entries]
206 JsonValue: _JsonValueToPythonValue,