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

Method height

QtChart/BarStack.py:97–98  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

95 return self.size().width()
96
97 def height(self):
98 return self.size().height()
99
100 def show(self, title, bars, pos):
101 self.setGeometry(QRectF(pos, self.size()))

Callers 4

MagneticOfSun.pyFile · 0.45
mouseMoveEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected