mergernet.core.utils.not_in#

mergernet.core.utils.not_in(ref: list, comp: list)[source]#

Computes elements in ref that are not in comp

Parameters:
  • ref (list) – The reference list

  • comp (list) – The comparison list

Returns:

A list containing all elements in ref that are not in comp

Return type:

list