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

Method apply

Lib/tkinter/simpledialog.py:222–229  ·  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

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

Callers 3

okMethod · 0.95
test_tracebackMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_tracebackMethod · 0.36