Open ax3l opened 1 month ago
Use Python doc strings to add tooltips (hover over) elements. Especially useful for input.
There is .__doc__ that can be queried for this.
.__doc__
Use Python doc strings to add tooltips (hover over) elements. Especially useful for input.
There is
.__doc__
that can be queried for this.