pyslk.has_no_flag_partial

pyslk.has_no_flag_partial#

pyslk.has_no_flag_partial(resource: str | int | Path | list | None = None, search_id: str | int | None = None) bool#

Check if whether file(s) is/are flagged as partial; return True/False

Parameters:
  • resource (str or int or path-like) – a resource id or a resource path

  • search_id (int or str) – id of a search

Returns:

True if no files is flagged; False otherwise

Return type:

bool