mirror of https://github.com/crytic/slither
parent
929c2af088
commit
eadcd462c3
@ -1,13 +0,0 @@ |
||||
from typing import Dict |
||||
|
||||
from slither.solc_parsing.variables.variable_declaration import VariableDeclarationSolc |
||||
from slither.core.variables.function_type_variable import FunctionTypeVariable |
||||
|
||||
|
||||
class FunctionTypeVariableSolc(VariableDeclarationSolc): |
||||
def __init__(self, variable: FunctionTypeVariable, variable_data: Dict): |
||||
super().__init__(variable, variable_data) |
||||
|
||||
@property |
||||
def underlying_variable(self) -> FunctionTypeVariable: |
||||
return self._variable |
Loading…
Reference in new issue