Skip to content

G70

pygerber.nodes.g_codes.G70 module contains definition of G70 class.

G70

Bases: G

Represents G70 Gerber command.

visit

visit(visitor: AstVisitor) -> G70

Handle visitor call.

get_visitor_callback_function

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

Get callback function for the node.