Set the expression Args: expression: The expression to set
(self, expression: str)
| 41 | return [] |
| 42 | |
| 43 | def set_expression(self, expression: str) -> None: |
| 44 | """Set the expression |
| 45 | |
| 46 | Args: |
| 47 | expression: The expression to set |
| 48 | """ |
| 49 | pass |
| 50 | |
| 51 | def get_motions(self) -> list[str]: |
| 52 | """Get the list of possible motions |
nothing calls this directly
no outgoing calls
no test coverage detected