MCPcopy 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
204def destroy():
205 global SESSION
206 if SESSION:
207 SESSION.destroy()
208
209def get_session():
210 global SESSION

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected