MCPcopy Create free account
hub / github.com/bhowiebkr/PyFlowGraph / boundingRect

Method boundingRect

src/core/node.py:413–414  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

411 # --- Painting ---
412
413 def boundingRect(self):
414 return QRectF(0, 0, self.width, self.height).adjusted(-5, -5, 5, 5)
415
416 def shape(self):
417 path = QPainterPath()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected