MCPcopy Create free account
hub / github.com/T-duality/PillOCR-python / show_section

Method show_section

GPTOCRGUI.py:563–568  ·  view source on GitHub ↗

在内容区切换到指定分类的 Frame

(self, name)

Source from the content-addressed store, hash-verified

561 self.model_frame.pack_forget()
562
563 def show_section(self, name):
564 """在内容区切换到指定分类的 Frame"""
565 for sec in self.sections.values():
566 sec.pack_forget()
567 self.sections[name].pack(fill=tk.BOTH, expand=True)
568 self.root.update_idletasks()
569
570 def debounced_update_wrappers(self, *args):
571 """防抖包装符更新"""

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected