def get_request_method(self, row):
     col = int(data_config.get_run_way())
     request_method = self.oper_excle.get_cell_value(row, col)
     return request_method
示例#2
0
 def get_request_method(self,row):
     col = data_config.get_run_way()
     request_method = self.opera_exel.get_cell_value(row,col)
     return request_method
示例#3
0
文件: get_data.py 项目: lark66/boo
 def get_requesr_method(self):
     col =data_config.get_run_way()
     request_method = self.opera_excel.get_cell_value()
     return  request_method