MCPcopy Create free account
hub / github.com/dbcli/mycli / log_output

Method log_output

mycli/output.py:41–41  ·  view source on GitHub ↗
(self, output: str | AnyFormattedText)

Source from the content-addressed store, hash-verified

39class MyCliState(Protocol):
40 # Provided by OutputMixin itself; declared so cross-method calls type-check.
41 def log_output(self, output: str | AnyFormattedText) -> None: ...
42 def get_output_margin(self, status: str | None = None) -> int: ...
43 def get_reserved_space(self) -> int: ...
44

Calls

no outgoing calls