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

Method page

tools/python-3.11.9-amd64/Lib/tkinter/tix.py:1159–1160  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

1157 del self.subwidget_list[name]
1158
1159 def page(self, name):
1160 return self.subwidget(name)
1161
1162 def pages(self):
1163 # Can't call subwidgets_all directly because we don't want .nbframe

Callers

nothing calls this directly

Calls 1

subwidgetMethod · 0.80

Tested by

no test coverage detected