How to handle widget output connection event in Orange3?

I am developing an additional widget for Orange3. Is there a way to handle the connect / disconnect event of widget output?

I would like to postpone heavy calculations for one of the outputs until this output is connected to the input of another widget.

+8
python orange
source share

No one has answered this question yet.

See related questions:

3790
How can I safely create a subdirectory?
3474
How to list all the catalog files?
2568
How to find out the current time in Python
2453
How to install pip on windows?
2427
How to pass a variable by reference?
1087
How to clear print function output?
1086
How to connect to MySQL database in Python?
one
Can I change the title of the Orange3 widget on the canvas?
one
Orange3 build-macos-app.sh shows the custom category of widgets, but not the widget itself
0
Orange3 Save Classifier Widget

All Articles