Skip to content

G03

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

G03

Bases: G

Represents G03 Gerber command.

visit

visit(visitor: AstVisitor) -> G03

Handle visitor call.

get_visitor_callback_function

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

Get callback function for the node.