/
githubmirror
/
setools
Обзор
Документация
Войти
/
githubmirror
/
setools
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
4.6.0
setoolsgui/widgets/exception.py
11 строк
210 B
Chris PeBenito
Add base classes for top level app tabs.
31 янв 2024, 18:11
31 янв 2024, 18:11
2edb93e
Код
Авторство
О чём код?
# Copyright 2016, Chris PeBenito <pebenito@ieee.org> # # SPDX-License-Identifier: LGPL-2.1-only # # class TabFieldError(RuntimeError): """Exception when trying to save a tab that has errors.""" pass