MCPcopy 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
199def start():
200 global SESSION
201 SESSION = Session()
202 return SESSION.start()
203
204def destroy():
205 global SESSION

Callers 2

mainFunction · 0.70
iter_exceptFunction · 0.50

Calls 2

startMethod · 0.95
SessionClass · 0.70

Tested by

no test coverage detected