OLC systen. Create olc_storage mechanism
This commit is contained in:
parent
38a81486e2
commit
70a81a939c
7 changed files with 205 additions and 9 deletions
|
|
@ -530,8 +530,8 @@ class AttributeHandler(object):
|
|||
repeat-calling add when having many Attributes to add.
|
||||
|
||||
Args:
|
||||
indata (tuple): Tuples of varying length representing the
|
||||
Attribute to add to this object.
|
||||
indata (list): List of tuples of varying length representing the
|
||||
Attribute to add to this object. Supported tuples are
|
||||
- `(key, value)`
|
||||
- `(key, value, category)`
|
||||
- `(key, value, category, lockstring)`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue