1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-11 05:22:30 +03:00
Files
mbedtls/tests/scripts/check_names.py
Yuto Takano fc1e9ffcb2 Use Abstract Base Classes to ensure Problem is not instantiated
- Problem() is a parent abstract class that should only be used for
  subclassing.
- With the help of ABC, implement abstract methods that force
  subclasses to implement quiet and verbose outputs.
- The repeated logic of "if self.quiet" is consolidated in Problem.

Signed-off-by: Yuto Takano <yuto.takano@arm.com>
2021-08-23 13:54:56 +01:00

32 KiB
Executable File