MCPcopy
hub / github.com/authlib/authlib / get

Method get

tests/clients/test_starlette/test_oauth_client.py:24–25  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

22 self._data = {}
23
24 async def get(self, key):
25 return self._data.get(key)
26
27 async def set(self, key, value, expires_in=None):
28 self._data[key] = value

Calls

no outgoing calls

Tested by

no test coverage detected