InstructionData class
Special methods
- def __format__(self, format_spec, /)
- Default object formatter.
- def __init__(self, instruction_text: str, instruction_tokens: typing.Optional[typing.List[str]] = None) -> None
- Method generated by attrs for class InstructionData.
- def __ne__(self, other)
- Check equality and either forward a NotImplemented or return the result negated.
Properties
- instruction_text: str get set del
- instruction_tokens: typing.Optional[typing.List[str]] get set del
Method documentation
def habitat. tasks. vln. vln. InstructionData. __format__(self, format_spec, /)
Default object formatter.
Return str(self) if format_spec is empty. Raise TypeError otherwise.