pyfcstm.diagnostics.analyzers

Analyzer helpers for pyfcstm.diagnostics.inspect.

__all__

pyfcstm.diagnostics.analyzers.__all__ = ['collect_const_fold_warnings', 'collect_design_health_warnings', 'fold_condition_expression', 'fold_numeric_expression', 'collect_naming_warnings', 'collect_threshold_warnings', 'collect_transition_infos', 'collect_type_warnings', 'UseDefGraph', 'build_use_def_graph', 'collect_expr_variables']

Built-in mutable sequence.

If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.