MCPcopy Create free account
hub / github.com/StarsTom/mobileCodexHelper / _render_text

Method _render_text

mobile_codex_control.py:1232–1236  ·  view source on GitHub ↗
(self, widget: tk.Text, content: str)

Source from the content-addressed store, hash-verified

1230 return text
1231
1232 def _render_text(self, widget: tk.Text, content: str) -> None:
1233 widget.configure(state="normal")
1234 widget.delete("1.0", "end")
1235 widget.insert("1.0", content)
1236 widget.configure(state="disabled")
1237
1238 def _on_approval_selected(self, _event: Any = None) -> None:
1239 selection = self.approval_listbox.curselection()

Callers 4

_on_approval_selectedMethod · 0.95
apply_statusMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected