Пример #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
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(self, Entity,
                                              self.delete_func)
Пример #6
0
 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)