reno.diagrams.filter_variables#

reno.diagrams.filter_variables(all_variables, exclude_names)#

Take a list of variables and a list of names of variables to remove from the list.

Returns the list of variables that do NOT have a name in the exclude_names list.

Parameters:
  • all_variables (list[Variable])

  • exclude_names (list[str])

Return type:

list[Variable]