MCPcopy 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

Calls 1

Tested by

no test coverage detected