Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bhowiebkr/PyFlowGraph
/ sizeHint
Method
sizeHint
src/ui/code_editing/python_code_editor.py:16–17 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
14
self.editor = editor
15
16
def
sizeHint(self):
17
return
QSize(self.editor.line_number_area_width(), 0)
18
19
def
paintEvent(self, event):
20
self.editor.line_number_area_paint_event(event)
Callers
1
_calculate_minimum_height
Method · 0.80
Calls
1
line_number_area_width
Method · 0.80
Tested by
no test coverage detected