|
def | __init__ (self, name, filename=None) |
|
def | __str__ (self) |
|
◆ filename
Initial value:= property(
lambda self: self._filename,
None,
None,
"The filename in sysfs to which this attribute is bound.\n\ttype=str",
)
◆ name
Initial value:= property(
lambda self: self._name, None, None, "The name of this attribute.\n\ttype=str"
)
◆ value
Initial value:= property(
lambda self: self._read(),
lambda self, x: self._write(x),
None,
"Current value of this attribute.\n\ttype=str",
)
The documentation for this class was generated from the following file: