Compare commits
2 Commits
ebac55b7a8
...
8844622f6b
| Author | SHA1 | Date | |
|---|---|---|---|
| 8844622f6b | |||
| 5de41ef476 |
@ -113,7 +113,8 @@ class TagLine(str):
|
|||||||
Note that it's sufficient if the TagLine matches one of 'tags_or' or 'tags_and',
|
Note that it's sufficient if the TagLine matches one of 'tags_or' or 'tags_and',
|
||||||
i. e. you can select a TagLine if it either contains one of the tags in 'tags_or'
|
i. e. you can select a TagLine if it either contains one of the tags in 'tags_or'
|
||||||
or all of the tags in 'tags_and' but it must never contain any of the tags in
|
or all of the tags in 'tags_and' but it must never contain any of the tags in
|
||||||
'tags_not'. If a given tag set is 'None', it matches all tags.
|
'tags_not'. If 'tags_or' and 'tags_and' are 'None', they match all tags (tag
|
||||||
|
exclusion is still done if 'tags_not' is not 'None').
|
||||||
"""
|
"""
|
||||||
tag_set = self.tags()
|
tag_set = self.tags()
|
||||||
required_tags_present = False
|
required_tags_present = False
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user