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

Method insert_cascade

Lib/tkinter/__init__.py:3612–3614  ·  view source on GitHub ↗

Add hierarchical menu item at INDEX.

(self, index, cnf={}, **kw)

Source from the content-addressed store, hash-verified

3610 self._options(cnf, kw))
3611
3612 def insert_cascade(self, index, cnf={}, **kw):
3613 """Add hierarchical menu item at INDEX."""
3614 self.insert(index, 'cascade', cnf or kw)
3615
3616 def insert_checkbutton(self, index, cnf={}, **kw):
3617 """Add checkbutton menu item at INDEX."""

Callers 1

createmenubarMethod · 0.80

Calls 1

insertMethod · 0.95

Tested by

no test coverage detected