comparison configmix/constants.py @ 357:dd454e1efea4

Use constants for the names of the "None" and "Empty" filters
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 24 Jun 2021 21:20:37 +0200
parents f529ca46dd50
children 8ce46c9e70ab
comparison
equal deleted inserted replaced
356:a5c792074ec9 357:dd454e1efea4
34 REF_NAMESPACE = u("ref") 34 REF_NAMESPACE = u("ref")
35 """Special internal namespace used for implementation of tree 35 """Special internal namespace used for implementation of tree
36 `references` 36 `references`
37 37
38 """ 38 """
39
40 NONE_FILTER = u("None")
41 """The public name of the special `None` filter"""
42
43 EMPTY_FILTER = u("Empty")
44 """The public name of the special `None` filter"""