Skip to content

G37

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

G37

Bases: G

Represents G37 Gerber command.

visit

visit(visitor: AstVisitor) -> G37

Handle visitor call.

get_visitor_callback_function

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

Get callback function for the node.