avid.selectors.keyMulitValueSelector.KeyMultiValueSelector

class avid.selectors.keyMulitValueSelector.KeyMultiValueSelector(key, values, negate=False, allowStringCompare=False)

Bases: SelectorBase

extracts the artefacts of the working data, which have one of the passed value options for the given key. e.g. key = “tag”, value = “CCT”, “MRI” the selectors extracts all artefacts, which have a key “tag”, and the value “CCT” or “MRI”.

__init__(key, values, negate=False, allowStringCompare=False)

init

Methods

__init__(key, values[, negate, ...])

init

getSelection(workflowData)

Filters the given collection of entries and returns all selected entries

getSelection(workflowData)

Filters the given collection of entries and returns all selected entries