class documentation

class StepTypes(enum.Enum):

View In Hierarchy

Undocumented

Static Method find Undocumented
Static Method get Undocumented
Static Method select Undocumented
Class Variable acceleration Undocumented
Class Variable file Undocumented
Class Variable id Undocumented
Class Variable label Undocumented
Class Variable move Undocumented
Class Variable none Undocumented
Class Variable start Undocumented
Class Variable tool Undocumented
@staticmethod
def find(buffer: str) -> StepType:

Undocumented

@staticmethod
def get(consumer: function[[StepType], bool]) -> StepType:

Undocumented

@staticmethod
def select(consumer: function[[StepType], bool]) -> list[StepType]:

Undocumented

acceleration =

Undocumented

file =

Undocumented

id =

Undocumented

label =

Undocumented

move =

Undocumented

none =

Undocumented

start =

Undocumented

tool =

Undocumented