Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ destroy
Function
destroy
recipes/Python/577524_Python_Sessions/recipe-577524.py:204–207 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
202
return
SESSION.start()
203
204
def
destroy():
205
global SESSION
206
if
SESSION:
207
SESSION.destroy()
208
209
def
get_session():
210
global SESSION
Callers
nothing calls this directly
Calls
1
destroy
Method · 0.45
Tested by
no test coverage detected