Important behavior change : to add default_multi value, now use Multi.append(), not Multi.append(None)
This commit is contained in:
@ -242,6 +242,12 @@ multitypes = MultiTypeModule()
|
||||
populate_multitypes()
|
||||
|
||||
|
||||
# ____________________________________________________________
|
||||
class Undefined():
|
||||
pass
|
||||
|
||||
|
||||
undefined = Undefined()
|
||||
# ____________________________________________________________
|
||||
class Property(object):
|
||||
"a property is responsible of the option's value access rules"
|
||||
|
Reference in New Issue
Block a user