Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ page
Method
page
tools/python-3.11.9-amd64/Lib/tkinter/tix.py:1113–1114 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
1111
return
self.subwidget_list[name]
1112
1113
def
page(self, name):
1114
return
self.subwidget(name)
1115
1116
def
pages(self):
1117
# Can't call subwidgets_all directly because we don't want .nbframe
Callers
nothing calls this directly
Calls
1
subwidget
Method · 0.80
Tested by
no test coverage detected