TwiceAsNice
2019-02-18
|
Public Member Functions | |
def | get_active (self) |
def | set_active (self, bool) |
![]() | |
def | __init__ (self, attrs, tag) |
def | set_float (self, num) |
def | tell (self) |
def | get_text (self) |
def | set_text (self, text) |
def | get_xml (self, transfertype) |
def | updateByElement (self, element) |
![]() | |
def | __init__ (self, attrs, tag) |
def | getName (self) |
![]() | |
def | __init__ (self, attrs, tag) |
def | is_valid (self) |
def | get_xml (self, transfertype) |
def | update (self, attrs, tag) |
Private Attributes | |
_value | |
Additional Inherited Members | |
![]() | |
name | |
label | |
![]() | |
tag | |
a switch that can be either C{On} or C{Off}
def indiclient.indiswitch.get_active | ( | self | ) |
@return: a Boolean representing the state of the switch: - True (I{Python}) = C{"On"} (I{INDI}) - False (I{Python}) = C{"Off"} (I{INDI}) @rtype: BooleanType
def indiclient.indiswitch.set_active | ( | self, | |
bool | |||
) |
@param bool: The boolean representation of the new state of the switch. - True (I{Python}) = C{"On"} (I{INDI}) - False (I{Python}) = C{"Off"} (I{INDI}) @type bool: BooleanType: @return: B{None} @rtype: NoneType
|
private |