This commit is contained in:
2025-10-04 15:18:48 +03:00
parent 22fa3b0445
commit 2d0a800598
12 changed files with 411 additions and 1 deletions

View File

@@ -14,6 +14,12 @@
- [перечисление `NotBoolAction`](class_desc/enums/not_bool_action.md)
### Исключения
**Расположение модулей**: anb_python_components\exceptions\*
- [класс-исключение `WrongTypeException`](class_desc/exceptions/wrong_type_exception.md)
### Расширения стандартных типов
**Расположение модулей**: anb_python_components\extensions\*
@@ -21,4 +27,5 @@
- [класс `StringExtensionConstants`](class_desc/extensions/string_extension_constant.md)
- [класс `StringExtension`](class_desc/extensions/string_extension.md)
- [класс `BoolExtension`](class_desc/extensions/bool_extension.md)
- [класс `TypeExtension`](class_desc/extensions/type_extension.md)
- [класс `TypeExtension`](class_desc/extensions/type_extension.md)
- [класс `ArrayExtension`](class_desc/extensions/array_extension.md)