Index of values

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.

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.

M
matches [Augeas]

matches t path returns a list of path expressions of all nodes matching path.

R
rm [Augeas]

rm t path removes all nodes matching path.

S
save [Augeas]

save t saves all pending changes to disk.