mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-06 09:54:06 +02:00
Raise NotImplementedError in abstract methods
Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
@@ -122,7 +122,7 @@ class BignumOperation(BignumTarget, metaclass=ABCMeta):
|
||||
This may be calculated during initialization and stored as `_result`,
|
||||
or calculated when the method is called.
|
||||
"""
|
||||
pass
|
||||
raise NotImplementedError
|
||||
|
||||
@staticmethod
|
||||
def value_description(val) -> str:
|
||||
|
||||
Reference in New Issue
Block a user