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

Method grab_release

Lib/tkinter/__init__.py:1067–1069  ·  view source on GitHub ↗

Release grab for this widget if currently set.

(self)

Source from the content-addressed store, hash-verified

1065 return self._nametowidget(name)
1066
1067 def grab_release(self):
1068 """Release grab for this widget if currently set."""
1069 self.tk.call('grab', 'release', self._w)
1070
1071 def grab_set(self):
1072 """Set grab for this widget.

Callers 7

destroyMethod · 0.80
okMethod · 0.80
cancelMethod · 0.80
closeMethod · 0.80
okMethod · 0.80
okMethod · 0.80
destroyMethod · 0.80

Calls 1

callMethod · 0.45

Tested by

no test coverage detected