pyslk.has_no_flag_partial_details

pyslk.has_no_flag_partial_details#

pyslk.has_no_flag_partial_details(resource: str | int | Path | list | None = None, search_id: str | int | None = None) dict[str, list[pathlib.Path]]#

Check if whether file(s) is/are flagged as partial; returns dict with keys ‘flag_partial’ and ‘no_flag_partial’

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:

dictionary with two keys ‘flag_partial’ and ‘no_flag_partial’ which each have a list of files as value

Return type:

dict[str, list[Path]]