mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 22:19:05 +00:00
Raise NotImplementedError in abstract methods
Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
parent
a195ce73f5
commit
6d654c6491
2 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue