MCPcopy
hub / github.com/streamlit/streamlit / get

Method get

lib/streamlit/auth_util.py:59–60  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

57 self.cache: dict[str, Any] = {}
58
59 def get(self, key: str) -> Any:
60 return self.cache.get(key)
61
62 # for set method, we are follow the same signature used in Authlib
63 # the expires_in is not used in our case

Callers 15

test_auth_cacheMethod · 0.95
checkStaticConnectionMethod · 0.45
getCachedMessageMethod · 0.45
buildStaticUrlMethod · 0.45
onFileURLsResponseMethod · 0.45
getStateMethod · 0.45
submitFormMethod · 0.45
getWidgetStateMethod · 0.45
getOrCreateFormStateMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_auth_cacheMethod · 0.76
setupMethod · 0.36
_extract_flaky_testsFunction · 0.36
handle_responseFunction · 0.36
test_csv_download_buttonFunction · 0.36