MCPcopy
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
48class ExceptionIncorrectHeight(_Exception):
49
50 def __str__(self):
51 return "Input incorrect height. Minimum height = :{imgW}".format(imgW=self.imgW)
52
53
54class ExceptionNot9Patch(Exception):

Callers 1

SetImageSizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected