示例#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
 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)