pyslk.result_verify_job_raw

pyslk.result_verify_job_raw#

pyslk.result_verify_job_raw(job_id: int | str, header: bool = False, json: bool = False, json_no_source: bool = False, number_errors: bool = False, number_sources: bool = False, sources: bool = False, return_type: int = 0) str | int | CompletedProcess#

prints result verification job information

Parameters:
  • job_id (int or str) – job id

  • header (bool) – print header

  • json (bool) – print json

  • json_no_source (bool) – print json without source

  • number_errors (bool) – print number of errors

  • number_sources (bool) – print number of sources

  • sources (bool) – print sources

  • return_type (int) – select between 0 (== str output), 1 (== exit code), 2 (subprocess output)

Returns:

stdout of the slk_helpers call

Return type:

Union[str, int, subprocess.CompletedProcess]