MCPcopy Index your code
hub / github.com/googleapis/google-api-python-client / get

Method get

googleapiclient/schema.py:160–167  ·  view source on GitHub ↗

Get deserialized JSON schema from the schema name. Args: name: string, Schema name. default: object, return value if name not found.

(self, name, default=None)

Source from the content-addressed store, hash-verified

158 return self._prettyPrintSchema(schema, dent=0)[:-2]
159
160 def get(self, name, default=None):
161 """Get deserialized JSON schema from the schema name.
162
163 Args:
164 name: string, Schema name.
165 default: object, return value if name not found.
166 """
167 return self.schemas.get(name, default)
168
169
170class _SchemaToStruct(object):

Callers 15

context_from_sampleFunction · 0.45
breadcrumbsFunction · 0.45
__init__Method · 0.45
_to_str_implMethod · 0.45
_retry_requestFunction · 0.45
_serialize_requestMethod · 0.45
new_requestFunction · 0.45
initFunction · 0.45
_retrieve_discovery_docFunction · 0.45
build_from_documentFunction · 0.45
_media_size_to_longFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected