C | |
close [Augeas] | close handle closes the handle.
|
count_matches [Augeas] | count_matches t path counts the number of nodes matching
path but does not return them (see Augeas.matches ).
|
create [Augeas] | create root loadpath flags creates an Augeas handle.
|
D | |
defnode [Augeas] | defnode t name expr value defines name whose value is the
result of evaluating expr , which is a nodeset.
|
defvar [Augeas] | defvar t name expr defines name whose value is the result
of evaluating expr , replacing the old value if existing.
|
E | |
exists [Augeas] | exists t path returns true iff there is a value at path .
|
G | |
get [Augeas] | get t path returns the value at path , or None if there
is no value.
|
I | |
insert [Augeas] | insert t ?before path label inserts label as a sibling
of path .
|
L | |
label [Augeas] | label t path gets the label of path .
|
load [Augeas] | load t loads files into the tree.
|
M | |
matches [Augeas] | matches t path returns a list of path expressions
of all nodes matching path .
|
mv [Augeas] | mv t src dest moves a node.
|
R | |
rm [Augeas] | rm t path removes all nodes matching path .
|
S | |
save [Augeas] | save t saves all pending changes to disk.
|
set [Augeas] | set t path sets value as new value at path .
|
setm [Augeas] | setm t base sub value sets value as new value for all the
nodes under base that match sub (or all, if sub is
None ).
|
source [Augeas] | source t path returns the path to the node representing the
file to which path belongs, or None if path does not
represent any file.
|
T | |
transform [Augeas] | transform t lens file mode adds or removes (depending on
mode ) the transformation of the specified lens for file .
|