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
(An actual implementation would use __getattr__, of course. This also means that a custom view class can override it easily.)
To avoid any ambiguity in types of arguments or unwanted combinational explosion, this would only occur for functions marked with @property. For all other functions a diagnostic would be shown indicating that a custom view class must be defined.
The text was updated successfully, but these errors were encountered:
For example, this:
could have a default view class that acts as-if it was defined like this:
(An actual implementation would use
__getattr__
, of course. This also means that a custom view class can override it easily.)To avoid any ambiguity in types of arguments or unwanted combinational explosion, this would only occur for functions marked with
@property
. For all other functions a diagnostic would be shown indicating that a custom view class must be defined.The text was updated successfully, but these errors were encountered: