check_Sequence_has_indices#

pybrops.core.error.error_value_python.check_Sequence_has_indices(v, vname, *args)[source]#

Check if a Sequence contains required indices.

Parameters:
  • v (Sequence) – Input Sequence.

  • vname (str) – Name of the Sequence variable.

  • args (tuple) – Required indices that the Sequence must contain.

Return type:

None