|
|
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
|
|
|
|
|
|
|
_create_in_cfs_ine(self,
mode)
Creates the configFS node if it does not already exist depending on
the mode. |
|
|
|
|
|
|
|
|
|
|
|
|
|
_list_files(self,
path,
writable=None)
List files under a path depending on their owner's write permissions. |
|
|
|
|
delete(self)
If the underlying configFS object does not exists, this method does
nothing. |
|
|
|
|
get_attribute(self,
attribute)
Returns:
The named attribute's value, as a string. |
|
|
|
|
get_auth_attr(self,
auth_attr)
Returns:
The named auth_attr's value, as a string. |
|
|
|
|
get_parameter(self,
parameter)
Returns:
The named parameter value as a string. |
|
|
|
|
list_attributes(self,
writable=None)
Returns:
A list of existing attribute names as strings. |
|
|
|
|
list_auth_attrs(self,
writable=None)
Returns:
A list of existing attribute names as strings. |
|
|
|
|
list_parameters(self,
writable=None)
Returns:
The list of existing RFC-3720 parameter names. |
|
|
|
|
set_attribute(self,
attribute,
value)
Sets the value of a named attribute. |
|
|
|
|
set_auth_attr(self,
auth_attr,
value)
Sets the value of a named auth_attr. |
|
|
|
|
set_parameter(self,
parameter,
value)
Sets the value of a named RFC-3720 parameter. |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__subclasshook__
|