|
|
|
@ -8,10 +8,10 @@ |
|
|
|
|
|
|
|
|
|
from slither.core.declarations.contract import Contract |
|
|
|
|
from slither.core.solidity_types.user_defined_type import UserDefinedType |
|
|
|
|
from slither.utils.inheritance_analysis import detect_function_shadowing, |
|
|
|
|
detect_c3_function_shadowing, |
|
|
|
|
detect_state_variable_shadowing |
|
|
|
|
from slither.printers.abstract_printer import AbstractPrinter |
|
|
|
|
from slither.utils.inheritance_analysis import (detect_c3_function_shadowing, |
|
|
|
|
detect_function_shadowing, |
|
|
|
|
detect_state_variable_shadowing) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class PrinterInheritanceGraph(AbstractPrinter): |
|
|
|
|