flowstrider.helpers package

Submodules

flowstrider.helpers.rules_checker module

flowstrider.helpers.rules_checker.check_rule_name_duplicates() None[source]

Checks all rule collections for duplicate rule names (Rule names have to be unique) and throws a warning if duplicates are found

flowstrider.helpers.warnings module

class flowstrider.helpers.warnings.WarningsCounter[source]

Bases: object

This class is supposed to hold the information of how many warnings were output during the execution of the program. Every warning should call the classmethod of this class. The total number of warnings is being displayed at the end of the program for better visibility (Warnings might go unnoticed if they appear somewhere throughout the output and are not mentioned at the end).

classmethod add_warning()[source]
count = 0

Module contents