Home | Trees | Indices | Help |
|
---|
|
object --+ | ObjectPath
ObjectPath(path) Immutable object that represents a compiled object path.
Example for a path: 'root.child[1].{other}child[25]'
|
|||
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
find | |||
Inherited from |
|
Follow the attribute path in the object structure and return the target attribute value. If it it not found, either returns a default value (if one was passed as second argument) or raises AttributeError. |
|
|
|
Append a value to the target element in a subtree. If any of the children on the path does not exist, it is created. |
Set the value of the target element in a subtree. If any of the children on the path does not exist, it is created. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 9 18:29:53 2020 | http://epydoc.sourceforge.net |