flowstrider.helpers package¶
Submodules¶
flowstrider.helpers.warnings module¶
- class flowstrider.helpers.warnings.WarningsCounter[source]¶
Bases:
objectThis 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).
- count = 0¶