コード例 #1
0
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(
         self,
         Entity,
         entity_type_id=shots_service.get_episode_type()["id"])
コード例 #2
0
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(self, TaskStatus)
コード例 #3
0
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(self, Comment)
コード例 #4
0
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(self, Person)
コード例 #5
0
ファイル: assets.py プロジェクト: eliemichel/zou
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(self, Entity,
                                              self.delete_func)
コード例 #6
0
ファイル: team.py プロジェクト: tokejepsen/zou
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(self, ProjectPersonLink)
コード例 #7
0
ファイル: versions.py プロジェクト: animationsfabrik/zou
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(self, PreviewFile)
コード例 #8
0
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(
         self, Entity, entity_type_id=shots_service.get_sequence_type().id)