MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / set_hint

Method set_hint

misc/python/materialize/ui.py:176–181  ·  view source on GitHub ↗

Attaches a hint to the error. This method will overwrite the existing hint, if any.

(self, hint: str)

Source from the content-addressed store, hash-verified

174 self.hint = hint
175
176 def set_hint(self, hint: str) -> None:
177 """Attaches a hint to the error.
178
179 This method will overwrite the existing hint, if any.
180 """
181 self.hint = hint
182
183
184class CommandFailureCausedUIError(UIError):

Callers 1

load_compositionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected