pyarts.utils

This module contains convenience functions for any purposes.

pyarts.utils.common

Miscellaneous convenience functions.

deprecated([func, new_name, message])

Decorator which can be used to mark functions as deprecated.

unique(seq)

Remove duplicates from list whilst keeping the original order

path_append(dirname[, path])

Append a directory to environment path variable.

path_prepend(dirname[, path])

Prepend a directory to environment path variable.

path_remove(dirname[, path])

Remove a directory from environment path variable.