Var.all_input_vars()

Var.all_input_vars()#

Var.all_input_vars()[source]#

Returns all input variables as a unique tuple.

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

Return type:

tuple[Var, ...]