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

Method select

Lib/tkinter/ttk.py:863–870  ·  view source on GitHub ↗

Selects the specified tab. The associated child window will be displayed, and the previously-selected window (if different) is unmapped. If tab_id is omitted, returns the widget name of the currently selected pane.

(self, tab_id=None)

Source from the content-addressed store, hash-verified

861
862
863 def select(self, tab_id=None):
864 """Selects the specified tab.
865
866 The associated child window will be displayed, and the
867 previously-selected window (if different) is unmapped. If tab_id
868 is omitted, returns the widget name of the currently selected
869 pane."""
870 return self.tk.call(self._w, "select", tab_id)
871
872
873 def tab(self, tab_id, option=None, **kw):

Callers 15

serve_until_stoppedMethod · 0.45
_wait_for_ready_signalFunction · 0.45
hFunction · 0.45
d3.min.jsFile · 0.45
DFunction · 0.45
IFunction · 0.45
FFunction · 0.45
resizeChartFunction · 0.45
createPythonTooltipFunction · 0.45
renderFlamegraphFunction · 0.45

Calls 1

callMethod · 0.45

Tested by

no test coverage detected