validation of the len of the multi in a group

This commit is contained in:
gwen
2012-12-04 12:06:26 +01:00
parent d633574cc5
commit 4393da13ab
4 changed files with 95 additions and 24 deletions

View File

@ -21,6 +21,12 @@
# the whole pypy projet is under MIT licence
# ____________________________________________________________
# available group_type values
_group_name = ('default', 'family', 'group')
groups_has_master = ('group', )
class Group(str): pass
group_types = tuple(Group(i) for i in _group_name)
class Setting():
"``Config()``'s configuration options"
# properties attribute: the name of a property enables this property