コード例 #1
0
    def __init__(self, d):
        self.d = d
        self.setting = Settings(self.d)
        self.path = image_comparison.get_path()

        self.log_data = []
        self.ts_wifi_report_data = []
コード例 #2
0
ファイル: ts_camera.py プロジェクト: liqingxia1/terminal_ts
 def __init__(self, d):
     self.d = d
     self.camera = Camera(self.d)
     self.switchcamera = []
     self.camera_report_details = []
     self.path = image_comparison.get_path()
     self.facility = adb.read_adb("adb shell getprop ro.product.model")
コード例 #3
0
 def __init__(self, d):
     self.d = d
     self.camera = Camera(d)
     self.record = Record(d)
     self.path = image_comparison.get_path()
     self.App_Load_Report_Details = []
     self.error_list = []
コード例 #4
0
 def __init__(self, d):
     self.d = d
     self.gmail = Gmail(self.d)
     self.path = image_comparison.get_path()
     self.log_data = []
     self.settings = Settings(d)
     self.gmail_report_details = []
コード例 #5
0
 def __init__(self, d):
     self.d=d
     self.factory=Factory_Pattern(self.d)
     self.path = image_comparison.get_path()
     self.log_data = []
     self.factory_report_details = []
     txtName = self.path+"mcWill.txt"
     self.f = open(txtName, "w")
コード例 #6
0
 def __init__(self,d):
     self.d=d
     self.path = image_comparison.get_path()
     self.message=Message1(self.d)
     self.message_Report_Details=[]
     self.error_list = []
コード例 #7
0
 def __init__(self, d):
     self.d = d
     self.music = Music(self.d)
     self.path = image_comparison.get_path()
     self.log_data = []
     self.music_report_details = []
コード例 #8
0
 def __init__(self, d):
     self.d = d
     self.video = Video(self.d)
     self.path = image_comparison.get_path()
     self.log_data = []
     self.video_report_details = []
コード例 #9
0
ファイル: video.py プロジェクト: liqingxia1/terminal_ts
 def __init__(self, d):
     self.d = d
     self.path = image_comparison.get_path()
     self.d_size = self.d.window_size()
コード例 #10
0
ファイル: gmail.py プロジェクト: liqingxia1/terminal_ts
 def __init__(self, d):
     self.d = d
     self.path = image_comparison.get_path()
     self.settings = Settings(d)
     self.name = config.get_config("GMAIL", "name")
     self.password = config.get_config("GMAIL", "password")
コード例 #11
0
ファイル: ts_chrome.py プロジェクト: liqingxia1/terminal_ts
 def __init__(self, d):
     self.d = d
     self.chrome = Chrome(self.d)
     self.path = image_comparison.get_path()
     self.log_data = []
     self.chrome_report_details = []
コード例 #12
0
 def __init__(self, d):
     self.d = d
     self.camera = Camera(self.d)
     self.path = image_comparison.get_path()
     self.switchcamera = []
     self.camera_report_details = []
コード例 #13
0
 def __init__(self, d):
     self.d = d
     self.talk = None
     self.path = image_comparison.get_path()
     self.log_data = []
     self.Linkman_Report_Details = []
コード例 #14
0
ファイル: camera.py プロジェクト: liqingxia1/terminal_ts
 def __init__(self, d):
     self.d = d
     self.path = image_comparison.get_path()
コード例 #15
0
 def __init__(self, d):
     self.d = d
     self.path = image_comparison.get_path()
     self.name = config.get_config("WIFI", "name")
     self.password = config.get_config("WIFI", "password")
コード例 #16
0
 def __init__(self, d):
     self.d = d
     self.file_manager = File_Manager(self.d)
     self.Move_File_Manager_Report_Details = []
     self.path = image_comparison.get_path()
     self.error_list = []