You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The highest ROI public interface typing improvements tend to be decorators as untyped decorators basically nuke the user's own type information, thus undermining static analysis checks in their own code.
List of decorators:
param.depends
param.parametrized.output
param.parameterized.iscoroutinefunction (needs to be a TypeGuard just like the inspect variant)
See holoviz/panel#7078 for more details
The highest ROI public interface typing improvements tend to be decorators as untyped decorators basically nuke the user's own type information, thus undermining static analysis checks in their own code.
List of decorators:
param.depends
param.parametrized.output
param.parameterized.iscoroutinefunction
(needs to be aTypeGuard
just like theinspect
variant)FYI @MarcSkovMadsen
The text was updated successfully, but these errors were encountered: