nxtomo.nxobject.utils.decorator#

Internal decorator utilities.

Functions

check_dimensionality(expected_dimension[, ...])

Decorator to check the dimensionality of a pint.Quantity parameter.

wraps(wrapped[, assigned, updated])

Decorator factory to apply update_wrapper() to a wrapper function