コード例 #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
ファイル: WebDriverActions.py プロジェクト: mgm-hub/PieTron
 def __init__(self, the_Reporter, the_MainProcessContextObject):
     AbstractActions.__init__(self, the_Reporter, the_MainProcessContextObject)
コード例 #4
0
ファイル: StorageActions.py プロジェクト: mgm-hub/PieTron
 def __init__(self, the_Reporter):
     AbstractActions.__init__(self, the_Reporter)
コード例 #5
0
ファイル: WebDriverActions.py プロジェクト: mgm-hub/PieTron
 def __init__(self, the_Reporter, the_MainProcessContextObject):
     AbstractActions.__init__(self, the_Reporter,
                              the_MainProcessContextObject)
コード例 #6
0
ファイル: LifeCycleActions.py プロジェクト: mgm-hub/PieTron
 def __init__(self, the_Reporter, the_observer_service):
     AbstractActions.__init__(self, the_Reporter)
     self.the_observer_service = the_observer_service