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

Method panes

Lib/tkinter/__init__.py:5067–5069  ·  view source on GitHub ↗

Returns an ordered list of the child panes.

(self)

Source from the content-addressed store, hash-verified

5065 paneconfig = paneconfigure
5066
5067 def panes(self):
5068 """Returns an ordered list of the child panes."""
5069 return self.tk.splitlist(self.tk.call(self._w, 'panes'))
5070
5071# Test:
5072

Callers 1

test_insertMethod · 0.80

Calls 2

splitlistMethod · 0.80
callMethod · 0.45

Tested by 1

test_insertMethod · 0.64