MCPcopy
hub / github.com/streamlit/streamlit / delete

Method delete

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

Source from the content-addressed store, hash-verified

68 return self.cache
69
70 def delete(self, key: str) -> None:
71 self.cache.pop(key, None)
72
73
74def is_authlib_installed() -> bool:

Callers 15

test_auth_cacheMethod · 0.95
incrementRunCountMethod · 0.45
onFileURLsResponseMethod · 0.45
deleteStateMethod · 0.45
removeInactiveMethod · 0.45
deleteElementStateMethod · 0.45
handleTimeoutMethod · 0.45
cleanupRequestMethod · 0.45
useWaveformControllerFunction · 0.45

Calls 1

popMethod · 0.45

Tested by 2

test_auth_cacheMethod · 0.76