MCPcopy Index your code
hub / github.com/python/cpython / forget

Method forget

Lib/tkinter/ttk.py:827–830  ·  view source on GitHub ↗

Removes the tab specified by tab_id, unmaps and unmanages the associated window.

(self, tab_id)

Source from the content-addressed store, hash-verified

825
826
827 def forget(self, tab_id):
828 """Removes the tab specified by tab_id, unmaps and unmanages the
829 associated window."""
830 self.tk.call(self._w, "forget", tab_id)
831
832
833 def hide(self, tab_id):

Callers 9

create_modulesFunction · 0.45
test_forgetMethod · 0.45
test_forgetMethod · 0.45
test_insertMethod · 0.45
test_tab_identifiersMethod · 0.45
test_forgetMethod · 0.45
test_insertMethod · 0.45
test_configure_tabsMethod · 0.45

Calls 1

callMethod · 0.45

Tested by 9

create_modulesFunction · 0.36
test_forgetMethod · 0.36
test_forgetMethod · 0.36
test_insertMethod · 0.36
test_tab_identifiersMethod · 0.36
test_forgetMethod · 0.36
test_insertMethod · 0.36
test_configure_tabsMethod · 0.36