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

Method _fixresult

Lib/tkinter/commondialog.py:29–30  ·  view source on GitHub ↗
(self, widget, result)

Source from the content-addressed store, hash-verified

27 pass # hook
28
29 def _fixresult(self, widget, result):
30 return result # hook
31
32 def show(self, **options):
33

Callers 1

showMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected