Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.py
File · 0.45
BarsVisualization.py
File · 0.45
ScatterVisualization.py
File · 0.45
mouseMoveEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected