Exemplo n.º 1
0
 def __get_report_hashes(report):
     hash_val = ReportWorker.parse_string_report(report, "(Hash=", ")")
     hash_val = hash_val.split(".")
     return hash_val[0], hash_val[1]
Exemplo n.º 2
0
 def __get_short_description(report):
     return ReportWorker.parse_string_report(report, "Short Description: ", "\r")
Exemplo n.º 3
0
 def __get_short_description(report):
     return ReportWorker.parse_string_report(report, "Short Description: ", "\r")
Exemplo n.º 4
0
 def __get_report_hashes(report):
     hash_val = ReportWorker.parse_string_report(report, "(Hash=", ")")
     hash_val = hash_val.split('.')
     return hash_val[0], hash_val[1]