コード例 #1
0
ファイル: category.py プロジェクト: stomanin/indico
 def _checkParams(self, params):
     RHCategModifBase._checkParams(self, params)
     self.object_type = 'category'
     self.object = self.base_object = self._target
コード例 #2
0
ファイル: category.py プロジェクト: hennogous/indico
 def _checkParams(self, params):
     RHCategModifBase._checkParams(self, params)
     self.object_type = 'category'
     self.object = self.base_object = self._target