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

Method index

Lib/tkinter/ttk.py:848–851  ·  view source on GitHub ↗

Returns the numeric index of the tab specified by tab_id, or the total number of tabs if tab_id is the string "end".

(self, tab_id)

Source from the content-addressed store, hash-verified

846
847
848 def index(self, tab_id):
849 """Returns the numeric index of the tab specified by tab_id, or
850 the total number of tabs if tab_id is the string "end"."""
851 return self.tk.getint(self.tk.call(self._w, "index", tab_id))
852
853
854 def insert(self, pos, child, **kw):

Callers 13

dfsFunction · 0.45
_parsedate_tzFunction · 0.45
_find_bodyMethod · 0.45
_str2timeFunction · 0.45
http2timeFunction · 0.45
_install_loggersFunction · 0.45
configureMethod · 0.45
_cycle_sortMethod · 0.45
insertBeforeMethod · 0.45
replaceChildMethod · 0.45
after_commandMethod · 0.45
stepMethod · 0.45

Calls 2

getintMethod · 0.45
callMethod · 0.45

Tested by

no test coverage detected