M01 ¶ pygerber.nodes.m_codes.M01 module contains definition of M01 class. M01 ¶ Bases: Node Represents M01 Gerber command. visit ¶ visit(visitor: AstVisitor) -> M01 Handle visitor call. get_visitor_callback_function ¶ get_visitor_callback_function( visitor: AstVisitor, ) -> Callable[[Self], M01] Get callback function for the node.