avid.selectors.NotSelector

class avid.selectors.NotSelector(selector)

Bases: SelectorBase

Special selector that negates a provided selector. The selection result of the NotSelector is everything that NOT matches the child selector.

__init__(selector)

init

Methods

__init__(selector)

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