Var.all_input_vars()#

Var.all_input_vars()[source]#

Returns all input variables as a frozen set.

The returned set also contains input variables that are indirect inputs of this variable through nodes without variables.

Return type

frozenset[Var]