add_workspace_method
- Agenda.add_workspace_method(self: pyarts.arts.Agenda, name: str, *args, **kwargs) None
Adds a named method to the Agenda
All workspace variables are defaulted, and all GIN with defaults create anonymous workspace variables. All input that are not workspace variables are added to the workspace
The input order takes priority over the named argument order, so Copy(a, out=b) will not even see the b variable.