| Trees | Indices | Help |
|
|---|
|
|
object --+
|
_PropertyHolderBase --+
|
Key
To Do: add support for escpaing comas within quotes - currently it split at comas, no matter what
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Utilities | |||
|---|---|---|---|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
validchars =
|
|||
_re_checkName = re.compile(r'
|
|||
_re_checkValue = re.compile(r'
|
|||
|
|||
| _name | |||
| _values | |||
|
Inherited from Inherited from |
|||
| Properties | |||
|---|---|---|---|
|
name Access the name of the key |
|||
|
values read: values of the key as list write: write single values or llist of values |
|||
|
value read: first value if the key's values write: same effect as write of 'values' |
|||
|
|||
|
hash(x)
|
repr(x)
|
str(x)
|
|
Note: internally, we always store a list |
|
To Do: this implementation could be faster (costing more code) |
To Do: this implementation could be faster (costing more code) |
Note: self will be altered |
|
|||
nameAccess the name of the key |
valuesread: values of the key as list write: write single values or llist of values |
valueread: first value if the key's values write: same effect as write of 'values'
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 19 18:00:12 2011 | http://epydoc.sourceforge.net |