Update-objs with prototype, first version, no testing yet
This commit is contained in:
parent
571f68ae99
commit
01acdccd6d
2 changed files with 155 additions and 5 deletions
|
|
@ -435,6 +435,7 @@ class AttributeHandler(object):
|
|||
def __init__(self):
|
||||
self.key = None
|
||||
self.value = default
|
||||
self.category = None
|
||||
self.strvalue = str(default) if default is not None else None
|
||||
|
||||
ret = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue