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

Method set

googleapiclient/discovery_cache/base.py:39–46  ·  view source on GitHub ↗

Sets the given key and content in the cache. Args: url: string, the key for the cache. content: string, the discovery document.

(self, url, content)

Source from the content-addressed store, hash-verified

37
38 @abc.abstractmethod
39 def set(self, url, content):
40 """Sets the given key and content in the cache.
41
42 Args:
43 url: string, the key for the cache.
44 content: string, the discovery document.
45 """
46 raise NotImplementedError()

Callers 1

_retrieve_discovery_docFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected