new api documentation

This commit is contained in:
gwen
2013-05-21 18:42:56 +02:00
parent 480ed190aa
commit 0e6032dd88
10 changed files with 93 additions and 105 deletions

View File

@ -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):