We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2a28c commit 742e24bCopy full SHA for 742e24b
NodeGraphQt/base/port.py
@@ -280,8 +280,13 @@ def disconnect_from(self, port=None):
280
281
def clear_connections(self):
282
"""
283
- Disconnect from all pipe connections and emit the
+ Disconnect from all port connections and emit the
284
: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`
290
291
if self.locked():
292
err = 'Can\'t clear connections because port "{}" is locked.'
0 commit comments