new api documentation
This commit is contained in:
@ -145,6 +145,7 @@ populate_multitypes()
|
||||
|
||||
|
||||
class Property(object):
|
||||
"a property is responsible of the option's value access rules"
|
||||
__slots__ = ('_setting', '_properties', '_opt')
|
||||
|
||||
def __init__(self, setting, prop, opt=None):
|
||||
|
Reference in New Issue
Block a user