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

Method entryconfigure

Lib/tkinter/__init__.py:3574–3576  ·  view source on GitHub ↗

Configure a menu item at INDEX.

(self, index, cnf=None, **kw)

Source from the content-addressed store, hash-verified

3572 return self.tk.call(self._w, 'entrycget', index, '-' + option)
3573
3574 def entryconfigure(self, index, cnf=None, **kw):
3575 """Configure a menu item at INDEX."""
3576 return self._configure(('entryconfigure', index), cnf, kw)
3577
3578 entryconfig = entryconfigure
3579

Callers

nothing calls this directly

Calls 1

_configureMethod · 0.45

Tested by

no test coverage detected