MCPcopy Create free account
hub / github.com/NyarchLinux/DesktopPuppet / set_expression

Method set_expression

src/puppets/puppet.py:43–49  ·  view source on GitHub ↗

Set the expression Args: expression: The expression to set

(self, expression: str)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected