MCPcopy Index your code
hub / github.com/PyQt5/PyQt / image

Method image

QPushButton/RotateButton.py:163–164  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

161
162 @pyqtProperty(str)
163 def image(self):
164 return self._image
165
166 @image.setter
167 def image(self, path):

Callers

nothing calls this directly

Calls 1

setPixmapMethod · 0.95

Tested by

no test coverage detected