Skip to content

Commit 512a7d2

Browse files
committed
doc string
1 parent a8eaf49 commit 512a7d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NodeGraphQt/qgraphics/pipe.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,9 @@ def draw_index_pointer(self, start_port, cursor_pos, color_mode=None):
570570

571571

572572
class LivePipePolygonItem(QtWidgets.QGraphicsPolygonItem):
573+
"""
574+
Custom live pipe polygon shape.
575+
"""
573576

574577
def __init__(self, parent):
575578
super(LivePipePolygonItem, self).__init__(parent)

0 commit comments

Comments
 (0)