Skip to content

StaticAction

Bases: Action

Source code in library_analyzer/processing/dependencies/_parameter_dependencies.py
class StaticAction(Action):
    def __init__(self, action: str) -> None:
        super().__init__(action)

__init__(action) ΒΆ

Source code in library_analyzer/processing/dependencies/_parameter_dependencies.py
def __init__(self, action: str) -> None:
    super().__init__(action)