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

Method _fixoptions

Lib/tkinter/commondialog.py:26–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24 self.options = options
25
26 def _fixoptions(self):
27 pass # hook
28
29 def _fixresult(self, widget, result):
30 return result # hook

Callers 1

showMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected