zcollection.view.View.variables#

View.variables(selected_variables=None)[source]#

Return the variables of the view.

Parameters:

selected_variables (Iterable[str] | None) – The variables to return. If None, all the variables are returned.

Returns:

The variables of the view.

Return type:

tuple[Variable, …]