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

Method tabs

Lib/tkinter/ttk.py:884–886  ·  view source on GitHub ↗

Returns a list of windows managed by the notebook.

(self)

Source from the content-addressed store, hash-verified

882
883
884 def tabs(self):
885 """Returns a list of windows managed by the notebook."""
886 return self.tk.splitlist(self.tk.call(self._w, "tabs") or ())
887
888
889 def enable_traversal(self):

Callers 4

test_add_and_hiddenMethod · 0.80
test_forgetMethod · 0.80
test_insertMethod · 0.80
test_configure_tabsMethod · 0.80

Calls 2

splitlistMethod · 0.80
callMethod · 0.45

Tested by 4

test_add_and_hiddenMethod · 0.64
test_forgetMethod · 0.64
test_insertMethod · 0.64
test_configure_tabsMethod · 0.64