Skip to content

MI

pygerber.nodes.properties.MI module contains definition of MI class.

MI

Bases: Node

Represents MI Gerber extended command.

visit

visit(visitor: AstVisitor) -> MI

Handle visitor call.

get_visitor_callback_function

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

Get callback function for the node.