You can add selectors to any line, which are used as part of a preprocessing stage. Before the meta.yaml file is read, each selector is evaluated and if it is False, the line that it is on is removed. A selector has the form # [] at the end of a line. [...] A selector is a valid Python statement that is executed. [...] Because the selector is any valid Python expression, complicated logic is possible.
