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