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