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

Method validate

Lib/tkinter/simpledialog.py:210–217  ·  view source on GitHub ↗

validate the data This method is called automatically to validate the data before the dialog is destroyed. By default, it always validates OK.

(self)

Source from the content-addressed store, hash-verified

208 # command hooks
209
210 def validate(self):
211 '''validate the data
212
213 This method is called automatically to validate the data before the
214 dialog is destroyed. By default, it always validates OK.
215 '''
216
217 return 1 # override
218
219 def apply(self):
220 '''process the data

Callers 1

okMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected