Skip to content

RuntimeCondition

Bases: Condition

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

__init__(condition) ΒΆ

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