MCPcopy Create free account
hub / github.com/python/cpython / scale

Method scale

Lib/tkinter/__init__.py:3229–3231  ·  view source on GitHub ↗

Scale item TAGORID with XORIGIN, YORIGIN, XSCALE, YSCALE.

(self, *args)

Source from the content-addressed store, hash-verified

3227 lift = tkraise = tag_raise
3228
3229 def scale(self, *args):
3230 """Scale item TAGORID with XORIGIN, YORIGIN, XSCALE, YSCALE."""
3231 self.tk.call((self._w, 'scale') + args)
3232
3233 def scan_mark(self, x, y):
3234 """Remember the current X, Y coordinates."""

Callers 7

adFunction · 0.80
udFunction · 0.80
fdFunction · 0.80
sdFunction · 0.80
mdFunction · 0.80
xdFunction · 0.80
d3.min.jsFile · 0.80

Calls 1

callMethod · 0.45

Tested by

no test coverage detected