datasets_notes()[source]

Get {0} objects associated with the {1}_datasets.

Returns

A list of all {0} objects associated with {1}_datasets for the current plugin.

Return type

list({0})

mData_notes()[source]

Get a list of meta_data objects associated with the {0}_datasets.

Returns

All MetaData objects associated with {0} data objects.

Return type

list(MetaData)

two_datasets_notes()[source]

Get {0} objects associated with in_datasets and out_datasets.

Returns

Two lists of all {0} objects associated with in_datasets and out_datasets respectively.

Return type

list({0}(in_datasets)), list({0}(out_datasets))