mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-09 19:27:39 +02:00
Refactor the validity function names to make it easier for autocomplete to find.
This commit is contained in:
@@ -26,7 +26,7 @@ class PluginInterface(validity.ValidityRoutines, interfaces.configuration.Config
|
||||
"""Class that defines the interface all Plugins must maintain"""
|
||||
|
||||
def __init__(self, context):
|
||||
self._type_check(context, interfaces.context.ContextInterface)
|
||||
self._check_type(context, interfaces.context.ContextInterface)
|
||||
self._context = context
|
||||
self.validate_inputs()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user