Skip to content

G71

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

G71

Bases: G

Represents G71 Gerber command.

visit

visit(visitor: AstVisitor) -> G71

Handle visitor call.

get_visitor_callback_function

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

Get callback function for the node.