class documentation

class VariableVisitConsumerAction(Enum): (source)

View In Hierarchy

Reported by _check_consumer() and its sub-methods to determine the subsequent action to take in _undefined_and_used_before_checker(). Continue -> continue loop to next consumer Return -> return and thereby break the loop

Constant CONTINUE Undocumented
Constant RETURN Undocumented
CONTINUE: int = (source)

Undocumented

Value
0

Undocumented

Value
1