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

Method get_expressions

src/puppets/puppet.py:35–41  ·  view source on GitHub ↗

Get the list of possible expressions Returns: list[str]: List of expressions

(self)

Source from the content-addressed store, hash-verified

33 pass
34
35 def get_expressions(self) -> list[str]:
36 """Get the list of possible expressions
37
38 Returns:
39 list[str]: List of expressions
40 """
41 return []
42
43 def set_expression(self, expression: str) -> None:
44 """Set the expression

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected