mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-22 01:24:51 +02:00
Refactor the validity function names to make it easier for autocomplete to find.
This commit is contained in:
@@ -58,7 +58,7 @@ class ContextModifierInterface(validity.ValidityRoutines, metaclass = ABCMeta):
|
||||
:param namespace: Specifies the namespace for all configuration options to be specified under
|
||||
:type namespace: str
|
||||
"""
|
||||
self.namespace = self._type_check(namespace, str)
|
||||
self.namespace = self._check_type(namespace, str)
|
||||
|
||||
def config_get(self, context):
|
||||
return context.config[self.namespace]
|
||||
|
||||
Reference in New Issue
Block a user