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

Method __getitem__

Lib/tkinter/ttk.py:1618–1622  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

1616
1617
1618 def __getitem__(self, item):
1619 if item == 'menu':
1620 return self.nametowidget(Menubutton.__getitem__(self, item))
1621
1622 return Menubutton.__getitem__(self, item)
1623
1624
1625 def set_menu(self, default=None, *values):

Callers

nothing calls this directly

Calls 1

nametowidgetMethod · 0.80

Tested by

no test coverage detected