예제 #1
0
 def __init__(self):
     self.read_json = readJson()
     self.random_lst = randomLst()
     self.get_cwd = getCwd()
     self.pwd_part_one = self.get_cwd.run()
     self.pwd_part_two_pic1 = 'pics/screenshoot.png'
     self.pwd_part_two_pic2 = 'pics/crop_screenshoot.png'
예제 #2
0
 def __init__(self):
     self.get_cwd = getCwd()
     self.open_xls = openXls()
예제 #3
0
 def __init__(self):
     self.get_cwd = getCwd()
     self.part_two_cwd = 'sources/files/fengkuangdati5.8.json'
예제 #4
0
 def __init__(self):
     self.get_cwd = getCwd()
     self.pwd_part_two = 'pics/'
예제 #5
0
 def __init__(self):
     self.get_cwd = getCwd()
     self.part_two_cwd = '/files/PuzzleIdiomsCfg.json'
예제 #6
0
 def __init__(self):
     self.get_cwd = getCwd()
     self.part_pwd_two = 'resource/files/checklist.xls'
     self.sheet_index = 0
예제 #7
0
 def __init__(self):
     self.get_cwd = getCwd()
     self.pwd_part_two = 'files/car.jpg'
예제 #8
0
 def __init__(self):
     self.get_cwd = getCwd()
     self.part_two_cwd_json1 = 'sources/files/hghall.res.json'
     self.part_two_cwd_json2 = 'sources/files/HG_Auction.res.json'
예제 #9
0
 def __init__(self):
     self.get_cwd = getCwd()
     self.path_one = self.get_cwd.run()
     self.file_dir = self.path_one + 'sources/files'
예제 #10
0
 def __init__(self):
     self.get_cwd = getCwd()
     self.part_pwd_two = 'sources/files/mp30420.xlsx'
     self.sheet_index = 0
예제 #11
0
 def __init__(self):
     self.get_cwd = getCwd()
     self.pwd_part_two = 'pics/screenshoot.png'
예제 #12
0
 def __init__(self):
     self.get_cwd = getCwd()
     self.eid = config.EID
예제 #13
0
 def __init__(self):
     self.get_cwd = getCwd()
     self.cross_lst = crossLst()