MCPcopy Create free account
hub / github.com/CJackHwang/AIstudioProxyAPI / set_status

Method set_status

gui/utils.py:389–391  ·  view source on GitHub ↗

Set the status text.

(self, status: str)

Source from the content-addressed store, hash-verified

387 self._uptime_job = None
388
389 def set_status(self, status: str) -> None:
390 """Set the status text."""
391 self.status_label.configure(text=status)
392
393 def set_port(self, port: int) -> None:
394 """Set the port display."""

Callers 2

_try_appindicatorMethod · 0.80
_try_appindicatorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected