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

Method height

Lib/tkinter/__init__.py:4389–4392  ·  view source on GitHub ↗

Return the height of the image.

(self)

Source from the content-addressed store, hash-verified

4387 config = configure
4388
4389 def height(self):
4390 """Return the height of the image."""
4391 return self.tk.getint(
4392 self.tk.call('image', 'height', self.name))
4393
4394 def type(self):
4395 """Return the type of the image, e.g. "photo" or "bitmap"."""

Callers 15

test_create_from_fileMethod · 0.80
test_create_from_dataMethod · 0.80
test_configure_dataMethod · 0.80
test_configure_fileMethod · 0.80
test_configure_dataMethod · 0.80
test_configure_formatMethod · 0.80
test_configure_fileMethod · 0.80
test_blankMethod · 0.80
test_copyMethod · 0.80

Calls 2

getintMethod · 0.45
callMethod · 0.45

Tested by 15

test_create_from_fileMethod · 0.64
test_create_from_dataMethod · 0.64
test_configure_dataMethod · 0.64
test_configure_fileMethod · 0.64
test_configure_dataMethod · 0.64
test_configure_formatMethod · 0.64
test_configure_fileMethod · 0.64
test_blankMethod · 0.64
test_copyMethod · 0.64