Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyQt5/PyQt
/ ExceptionIncorrectWidth
Class
ExceptionIncorrectWidth
QLabel/Lib/NinePatch.py:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
35
class
ExceptionIncorrectWidth(_Exception):
36
37
def
__str__(self):
38
return
"Input incorrect width. Mimimum width = :{imgW}"
.format(imgW=self.imgW)
39
40
41
class
ExceptionIncorrectWidthAndHeight(_Exception):
Callers
1
SetImageSize
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected