Skip to content

pos

pygerber.nodes.math.operators.unary.Pos module contains definition of Pos class.

Pos

Bases: Expression

Represents math expression pos.

visit

visit(visitor: AstVisitor) -> Pos

Handle visitor call.

get_visitor_callback_function

get_visitor_callback_function(
    visitor: AstVisitor,
) -> Callable[[Self], Pos]

Get callback function for the node.