MCPcopy Index your code
hub / github.com/RustPython/RustPython / __getitem__

Method __getitem__

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

nametowidgetMethod · 0.80

Tested by

no test coverage detected