mul
¶
pygerber.nodes.math.operators.binary.Mul
module contains definition of Mul
class.
Mul
¶
Bases: Expression
Represents math expression multiplication operator.
get_visitor_callback_function
¶
get_visitor_callback_function(
visitor: AstVisitor,
) -> Callable[[Self], Mul]
Get callback function for the node.