代码拉取完成,页面将自动刷新
# Stubs for kitcontrol (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
import control
from typing import Any
class QuadLogic(control.BooleanPoint):
in_a: Any = ...
in_b: Any = ...
in_c: Any = ...
in_d: Any = ...
def __init__(self) -> None: ...
def calculate(self, a: Any, b: Any, c: Any, d: Any): ...
def changed(self, property: Any) -> None: ...
class Add(control.NumberPoint):
a: Any = ...
b: Any = ...
c: Any = ...
d: Any = ...
def __init__(self) -> None: ...
def changed(self, property: Any) -> None: ...
class Subtract(control.NumberPoint):
a: Any = ...
b: Any = ...
def __init__(self) -> None: ...
def changed(self, property: Any) -> None: ...
class Multiply(control.NumberPoint):
a: Any = ...
b: Any = ...
c: Any = ...
d: Any = ...
def __init__(self) -> None: ...
def changed(self, property: Any) -> None: ...
class Divide(control.NumberPoint):
a: Any = ...
b: Any = ...
def __init__(self) -> None: ...
def changed(self, property: Any) -> None: ...
class Average(control.NumberPoint):
a: Any = ...
b: Any = ...
c: Any = ...
d: Any = ...
def __init__(self) -> None: ...
def changed(self, property: Any) -> None: ...
class Maximum(control.NumberPoint):
a: Any = ...
b: Any = ...
def __init__(self) -> None: ...
def changed(self, property: Any) -> None: ...
class Minimum(control.NumberPoint):
a: Any = ...
b: Any = ...
def __init__(self) -> None: ...
def changed(self, property: Any) -> None: ...
class Comparison(control.BooleanPoint):
in_a: Any = ...
in_b: Any = ...
def __init__(self) -> None: ...
def calculate(self, a: Any, b: Any): ...
def changed(self, property: Any) -> None: ...
class AndLogic(QuadLogic):
def calculate(self, a: Any, b: Any, c: Any, d: Any): ...
class OrLogic(QuadLogic):
def calculate(self, a: Any, b: Any, c: Any, d: Any): ...
class EqualLogic(Comparison):
def calculate(self, a: Any, b: Any): ...
class NotEqualLogic(Comparison):
def calculate(self, a: Any, b: Any): ...
class GreaterThanLogic(Comparison):
def calculate(self, a: Any, b: Any): ...
class LessThanLogic(Comparison):
def calculate(self, a: Any, b: Any): ...
class LessThanEqualLogic(Comparison):
def calculate(self, a: Any, b: Any): ...
class GreaterThanEqualLogic(Comparison):
def calculate(self, a: Any, b: Any): ...
class TimeTrigger(control.ControlPoint):
trigger: Any = ...
period: Any = ...
enabled: Any = ...
disabled: Any = ...
flag: bool = ...
def __init__(self) -> None: ...
def do_enabled(self, v: Any) -> None: ...
def do_disabled(self, v: Any) -> None: ...
class Counter(control.NumberPoint):
count_up: Any = ...
count_down: Any = ...
preset_in: Any = ...
clear_in: Any = ...
preset_value: Any = ...
increment: Any = ...
preset: Any = ...
clear: Any = ...
count: Any = ...
last_count_up: bool = ...
last_count_down: bool = ...
last_preset: bool = ...
last_clear: bool = ...
def __init__(self) -> None: ...
def do_count(self, v: Any) -> None: ...
def calculate(self): ...
def changed(self, p: Any) -> None: ...
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。