MCPcopy Index your code
hub / github.com/RustPython/RustPython / apply

Method apply

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 3

okMethod · 0.95
test_tracebackMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_tracebackMethod · 0.36