MCPcopy Create free account
hub / github.com/SimHacker/micropolis / startSessionService

Method startSessionService

turbogears/micropolis/controllers.py:1348–1352  ·  view source on GitHub ↗
(self, ignore, args)

Source from the content-addressed store, hash-verified

1346
1347
1348 def startSessionService(self, ignore, args):
1349 #print "STARTSESSIONSERVICE", self, "ignore", ignore, "args", args
1350 session = self.getSession(micropolisturbogearsengine.UniqueID('SESSION_'), args)
1351 sys.stdout.flush()
1352 return session.sessionID
1353
1354
1355 def pollService(self, ignore, pollDict):

Callers

nothing calls this directly

Calls 1

getSessionMethod · 0.95

Tested by

no test coverage detected