Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ sizeHint
Method
sizeHint
lib/matplotlib/backends/backend_qt.py:410–412 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
408
self._in_resize_event = False
409
410
def
sizeHint(self):
411
w, h = self.get_width_height()
412
return
QtCore.QSize(w, h)
413
414
def
minimumSizeHint(self):
415
return
QtCore.QSize(10, 10)
Callers
1
__init__
Method · 0.80
Calls
1
get_width_height
Method · 0.80
Tested by
no test coverage detected