| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
CFSNode
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
configfs_dir =
|
|||
|
|||
|
path Get the configFS object path. |
|||
|
exists Is True as long as the underlying configFS object exists. |
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Creates the configFS node if it does not already exist, depending on the mode. any -> makes sure it exists, also works if the node already does exist lookup -> make sure it does NOT exist create -> create the node which must not exist beforehand |
List files under a path depending on their owner's write permissions.
|
|
|
Sets the value of a named attribute. The attribute must exist in configFS.
|
|
Sets the value of a named RFC-3720 parameter. The parameter must exist in configFS.
|
|
If the underlying configFS object does not exist, this method does nothing. If the underlying configFS object exists, this method attempts to delete it. |
|
|||
pathGet the configFS object path.
|
existsIs True as long as the underlying configFS object exists. If the underlying configFS objects gets deleted either by calling the delete() method, or by any other means, it will be False.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Apr 16 22:40:11 2014 | http://epydoc.sourceforge.net |