Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ start
Function
start
recipes/Python/577524_Python_Sessions/recipe-577524.py:199–202 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
197
return
self.data.__iter__()
198
199
def
start():
200
global SESSION
201
SESSION = Session()
202
return
SESSION.start()
203
204
def
destroy():
205
global SESSION
Callers
2
main
Function · 0.70
iter_except
Function · 0.50
Calls
2
start
Method · 0.95
Session
Class · 0.70
Tested by
no test coverage detected