imas_validator.rules.helpers

This file describes the helper functions for the validation rules

Functions

Approx(a, b[, rtol, atol])

Return whether a and b are equal within a tolerance

Decreasing(wrapped)

Return whether a given array is strictly decreasing

Increasing(wrapped)

Return whether a given array is strictly increasing

Parent(wrapped[, level])

Get the parent of an IDS node.

Classes

Select(wrapped, query, *[, has_value, leaf_only])

Select children of an IDS toplevel or structure, based on the given criteria.


Last update: 2025-08-29