跳转至

tkintertools.exceptions

字数 72 个   代码 12 行   阅读时间不到 1 分钟   访问量

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

Classes - 类

01. ColorArgsValueError

ColorArgsValueError(ValueError) Class

颜色函数参数值错误

__init__ Method Special

1
2
3
4
__init__(
    self,
    value: float
) -> None

02. ScaleArgsValueError

ScaleArgsValueError(ValueError) Class

缩放函数参数值错误

__init__ Method Special

1
2
3
4
__init__(
    self,
    value: float
) -> None

03. WidgetStateModeError

WidgetStateModeError(ValueError) Class

控件状态模式错误

__init__ Method Special

1
2
3
4
__init__(
    self,
    value: str
) -> None