コード例 #1
0
 def awake(self, transaction):
     ExamplePage.awake(self, transaction)
     self._output = []
コード例 #2
0
 def postAction(self, actionName):
     self.writeBody()
     del self._output
     ExamplePage.postAction(self, actionName)
コード例 #3
0
 def actions(self):
     return ExamplePage.actions(self) + self._actions
コード例 #4
0
	def actions(self):
		return ExamplePage.actions(self) + ['fileupload']
コード例 #5
0
ファイル: DBUtilsExample.py プロジェクト: SongJLG/johan-doc
 def postAction(self, actionName):
     self.writeBody()
     del self._output
     ExamplePage.postAction(self, actionName)
コード例 #6
0
ファイル: DBUtilsExample.py プロジェクト: SongJLG/johan-doc
 def awake(self, transaction):
     ExamplePage.awake(self, transaction)
     self._output = []
コード例 #7
0
ファイル: DBUtilsExample.py プロジェクト: SongJLG/johan-doc
 def actions(self):
     return ExamplePage.actions(self) + self._actions