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

Method keys

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:1734–1738  ·  view source on GitHub ↗

Return a list of all resource names of this widget.

(self)

Source from the content-addressed store, hash-verified

1732 self.configure({key: value})
1733
1734 def keys(self):
1735 """Return a list of all resource names of this widget."""
1736 splitlist = self.tk.splitlist
1737 return [splitlist(x)[0][1:] for x in
1738 splitlist(self.tk.call(self._w, 'configure'))]
1739
1740 def __str__(self):
1741 """Return the window path name of this widget."""

Callers 4

FileTypeListFunction · 0.45
__init__Method · 0.45
__init__Method · 0.45
test_keysMethod · 0.45

Calls 1

callMethod · 0.80

Tested by 1

test_keysMethod · 0.36