get_origin_input_arg¶
- get_origin_input_arg(calapp, attr)[source]¶
Get a single-valued task input argument from a CalApp.
If more than one value is present, for instance, asking for solint when the originating jobs have different solint arguments, an assertion error will be raised.
- Parameters:
calapp (callibrary.CalApplication) -- CalApplication to inspect
attr (str) -- name of input argument
- Returns: