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

Method width

Lib/tkinter/__init__.py:4398–4401  ·  view source on GitHub ↗

Return the width of the image.

(self)

Source from the content-addressed store, hash-verified

4396 return self.tk.call('image', 'type', self.name)
4397
4398 def width(self):
4399 """Return the width of the image."""
4400 return self.tk.getint(
4401 self.tk.call('image', 'width', self.name))
4402
4403
4404class PhotoImage(Image):

Callers 15

resizeChartFunction · 0.45
createFlamegraphFunction · 0.45
test_create_from_fileMethod · 0.45
test_create_from_dataMethod · 0.45
test_configure_dataMethod · 0.45
test_configure_fileMethod · 0.45
test_configure_dataMethod · 0.45
test_configure_formatMethod · 0.45
test_configure_fileMethod · 0.45

Calls 2

getintMethod · 0.45
callMethod · 0.45

Tested by 15

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