titus.prettypfa.MiniGenAssignment

class titus.prettypfa.MiniGenAssignment(expr, args, rhs, low, high)[source]

Bases: titus.prettypfa.MiniAst

Mini-AST element representing a general assignment.

__init__(expr, args, rhs, low, high)
asExpr(state)