Skip to content

Commit 742e24b

Browse files
committed
doc string update
1 parent ad2a28c commit 742e24b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

NodeGraphQt/base/port.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,13 @@ def disconnect_from(self, port=None):
280280

281281
def clear_connections(self):
282282
"""
283-
Disconnect from all pipe connections and emit the
283+
Disconnect from all port connections and emit the
284284
:attr:`NodeGraph.port_disconnected` signals from the node graph.
285+
286+
See Also:
287+
:meth:`Port.disconnect_from`,
288+
:meth:`Port.connect_to`,
289+
:meth:`Port.connected_ports`
285290
"""
286291
if self.locked():
287292
err = 'Can\'t clear connections because port "{}" is locked.'

0 commit comments

Comments
 (0)