Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
74
def
is_authlib_installed() -> bool:
Callers
15
test_auth_cache
Method · 0.95
incrementRunCount
Method · 0.45
onFileURLsResponse
Method · 0.45
offsetPendingRequestCount
Method · 0.45
deleteState
Method · 0.45
removeInactive
Method · 0.45
deleteElementState
Method · 0.45
registerQueryParamBinding
Method · 0.45
unregisterQueryParamBinding
Method · 0.45
handleTimeout
Method · 0.45
cleanupRequest
Method · 0.45
useWaveformController
Function · 0.45
Calls
1
pop
Method · 0.45
Tested by
2
test_auth_cache
Method · 0.76
test_upload_delete_endpoint
Function · 0.36