Skip to content

G55

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

G55

Bases: G

Represents G55 Gerber command.

visit

visit(visitor: AstVisitor) -> G55

Handle visitor call.

get_visitor_callback_function

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

Get callback function for the node.