MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / insert

Method insert

tools/python-3.11.9-amd64/Lib/tkinter/ttk.py:844–850  ·  view source on GitHub ↗

Inserts a pane at the specified position. pos is either the string end, an integer index, or the name of a managed child. If child is already managed by the notebook, moves it to the specified position.

(self, pos, child, **kw)

Source from the content-addressed store, hash-verified

842
843
844 def insert(self, pos, child, **kw):
845 """Inserts a pane at the specified position.
846
847 pos is either the string end, an integer index, or the name of
848 a managed child. If child is already managed by the notebook,
849 moves it to the specified position."""
850 self.tk.call(self._w, "insert", pos, child, *(_format_optdict(kw)))
851
852
853 def select(self, tab_id=None):

Callers

nothing calls this directly

Calls 2

_format_optdictFunction · 0.85
callMethod · 0.80

Tested by

no test coverage detected