Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_insert
Method · 0.80
Calls
2
splitlist
Method · 0.80
call
Method · 0.45
Tested by
1
test_insert
Method · 0.64