Add some typing fixes.

This commit is contained in:
Mike Auty
2018-06-16 14:19:36 +01:00
parent 60df83ef15
commit c0ec52822b
3 changed files with 8 additions and 2 deletions
@@ -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