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

Method get_expressions

src/interaction_server.py:12–13  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10 pass
11
12 def get_expressions(self) -> list[str]:
13 return self.model_manager.get_expressions()
14
15 def set_expression(self, expression: str) -> None:
16 return self.model_manager.set_expression(expression)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected