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

Method apply

tools/python-3.11.9-amd64/Lib/tkinter/simpledialog.py:219–226  ·  view source on GitHub ↗

process the data This method is called automatically to process the data, *after* the dialog is destroyed. By default, it does nothing.

(self)

Source from the content-addressed store, hash-verified

217 return 1 # override
218
219 def apply(self):
220 '''process the data
221
222 This method is called automatically to process the data, *after*
223 the dialog is destroyed. By default, it does nothing.
224 '''
225
226 pass # override
227
228
229# Place a toplevel window at the center of parent or screen

Callers 1

okMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected