(self, ignore, args)
| 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): |
nothing calls this directly
no test coverage detected