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

Method get

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

Return the text from INDEX1 to INDEX2 (not included).

(self, index1, index2=None)

Source from the content-addressed store, hash-verified

3794 return self.edit("undo")
3795
3796 def get(self, index1, index2=None):
3797 """Return the text from INDEX1 to INDEX2 (not included)."""
3798 return self.tk.call(self._w, 'get', index1, index2)
3799 # (Image commands are new in 8.0)
3800
3801 def image_cget(self, index, option):

Callers 3

_setupMethod · 0.45
_setupMethod · 0.45
__init__Method · 0.45

Calls 1

callMethod · 0.80

Tested by

no test coverage detected