Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyQt5/PyQt
/ ExceptionIncorrectHeight
Class
ExceptionIncorrectHeight
QLabel/Lib/NinePatch.py:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
47
48
class
ExceptionIncorrectHeight(_Exception):
49
50
def
__str__(self):
51
return
"Input incorrect height. Minimum height = :{imgW}"
.format(imgW=self.imgW)
52
53
54
class
ExceptionNot9Patch(Exception):
Callers
1
SetImageSize
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected