Overview: Require: Constructor

Detail: Require: Constructor

Detail

Require.Apply(func)

Apply a function to a container with an arbitrary function. The validation passe…

Detail

Require.LabelsMatch(*labels)

Validate the presence of one or more labels, specified with the value, a pattern…

Detail

Require.LabelsOrder(*labels)

Validate the ordering of labels. Args: *labels: Provide labels as args. Use ……

Detail

Require.Len(len)

Validate the length of a container. Args: len: The length to validate against. /

Detail

Require.Name(name)

Validate the name of a container. Args: name: The name to validate against. /

Detail

Require.Shape(*shape)

Validate the length of a container. Args: shape: A tuple of one or two values, w…

Require: Constructor