mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-31 12:19:42 +02:00
Add some typing fixes.
This commit is contained in:
@@ -108,6 +108,10 @@ class ObjectInterface(validity.ValidityRoutines, metaclass = ABCMeta):
|
||||
Raises InvalidDataException on failure to validate the data correctly.
|
||||
"""
|
||||
|
||||
def __getattr__(self, attr: str) -> typing.Any:
|
||||
"""Method for ensuring volatility members can be returned"""
|
||||
pass
|
||||
|
||||
def get_symbol_table(self) -> typing.Optional['interfaces.symbols.SymbolTableInterface']:
|
||||
"""Returns the symbol table for this particular object
|
||||
|
||||
|
||||
Reference in New Issue
Block a user