Home
last modified time | relevance | path

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

/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py387 def _cast(value, schema_type): argument
400 if schema_type == 'string':
405 elif schema_type == 'integer':
407 elif schema_type == 'number':
409 elif schema_type == 'boolean':