mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 01:37:39 +02:00
Support passing through functions from specific to generic template.
This commit is contained in:
@@ -174,6 +174,7 @@ class ObjectInterface(metaclass = ABCMeta):
|
||||
Each method also takes a template since the templates may contain the necessary data about the
|
||||
yet-to-be-constructed object. It allows objects to control how their templates respond without needing to write
|
||||
new templates for each and every potental object type."""
|
||||
_methods = []
|
||||
|
||||
@classmethod
|
||||
@abc.abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user