Пример #1
0
 def __init__(self, the_Reporter, the_observer_service):
     AbstractActions.__init__(self, the_Reporter)
     self.the_observer_service = the_observer_service
Пример #2
0
 def __init__(self, the_Reporter):
     AbstractActions.__init__(self, the_Reporter)
Пример #3
0
 def __init__(self, the_Reporter, the_MainProcessContextObject):
     AbstractActions.__init__(self, the_Reporter, the_MainProcessContextObject)
Пример #4
0
 def __init__(self, the_Reporter):
     AbstractActions.__init__(self, the_Reporter)
Пример #5
0
 def __init__(self, the_Reporter, the_MainProcessContextObject):
     AbstractActions.__init__(self, the_Reporter,
                              the_MainProcessContextObject)
Пример #6
0
 def __init__(self, the_Reporter, the_observer_service):
     AbstractActions.__init__(self, the_Reporter)
     self.the_observer_service = the_observer_service