コード例 #1
0
ファイル: controllers.py プロジェクト: iNeft/bespin
 def processRequest(self, question):
     "Since we are a MobWriteWorker we just call directly into mobwrite code"
     answer = self.handleRequest(question)
     maybe_cleanup()
     return answer
コード例 #2
0
ファイル: controllers.py プロジェクト: Jangts/bespin
 def processRequest(self, question):
     "Since we are a MobWriteWorker we just call directly into mobwrite code"
     answer = self.handleRequest(question)
     maybe_cleanup()
     return answer
コード例 #3
0
 def processRequest(self, question):
     "Since we are a MobWriteWorker we just call directly into mobwrite code"
     answer = self.parseRequest(question)
     from bespin.mobwrite.mobwrite_daemon import maybe_cleanup
     maybe_cleanup()
     return answer