コード例 #1
0
 def __init__(self, methodName, need_config=False):
     Basejob.__init__(self, methodName, need_config)
     self.pd_browser_main_map = None
     self.pd_client_browser = None
コード例 #2
0
 def __init__(self, methodName, need_config=False):
     Basejob.__init__(self, methodName, need_config)
     self.pd_browser_main_map = None
     self.pd_client_browser = None
コード例 #3
0
ファイル: CreateVM.py プロジェクト: yangming85/WebAutotest
 def __init__(self, methodName, need_config=True):
     Basejob.__init__(self, methodName, need_config)
コード例 #4
0
ファイル: CreateVM.py プロジェクト: a5601564/WebAutotest
 def __init__(self, methodName, need_config=True):
     Basejob.__init__(self, methodName, need_config)