MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / selection_own

Method selection_own

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:1047–1053  ·  view source on GitHub ↗

Become owner of X selection. A keyword parameter selection specifies the name of the selection (default PRIMARY).

(self, **kw)

Source from the content-addressed store, hash-verified

1045 + (self._w, name))
1046
1047 def selection_own(self, **kw):
1048 """Become owner of X selection.
1049
1050 A keyword parameter selection specifies the name of
1051 the selection (default PRIMARY)."""
1052 self.tk.call(('selection', 'own') +
1053 self._options(kw) + (self._w,))
1054
1055 def selection_own_get(self, **kw):
1056 """Return owner of X selection.

Callers

nothing calls this directly

Calls 2

_optionsMethod · 0.95
callMethod · 0.80

Tested by

no test coverage detected