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

Method get

tests/test_discovery.py:1493–1494  ·  view source on GitHub ↗
(self, url)

Source from the content-addressed store, hash-verified

1491 self.d = {}
1492
1493 def get(self, url):
1494 return self.d.get(url, None)
1495
1496 def set(self, url, content):
1497 self.d[url] = content

Calls

no outgoing calls

Tested by

no test coverage detected