跳转至

tkintertools.exceptions#

约 72 个字 12 行代码 预计阅读时间 1 分钟

文件描述: All exceptions
外部引用:
源码位置: tkintertoolsexceptions.py

Classes - 类#

01. ColorArgsValueError#

ColorArgsValueError(ValueError) Class

颜色函数参数值错误

__init__ Method Special

__init__(
    self,
    value: float
) -> None

02. ScaleArgsValueError#

ScaleArgsValueError(ValueError) Class

缩放函数参数值错误

__init__ Method Special

__init__(
    self,
    value: float
) -> None

03. WidgetStateModeError#

WidgetStateModeError(ValueError) Class

控件状态模式错误

__init__ Method Special

__init__(
    self,
    value: str
) -> None