point ¶ pygerber.nodes.math.point module contains definition of Point class. Point ¶ Bases: Node Represents math point point. visit ¶ visit(visitor: AstVisitor) -> Point Handle visitor call. get_visitor_callback_function ¶ get_visitor_callback_function( visitor: AstVisitor, ) -> Callable[[Self], Point] Get callback function for the node.