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
Dataclasses support descriptors as fields. To be able to bind to descriptors, we need to collect the actual data type from the descriptor class instead of the dataclass.
This will be more useful if we also have support for resolving type arguments (see #1), as descriptors might be generic classes, but that could be a further enhancement rather than a blocker.
The text was updated successfully, but these errors were encountered:
Dataclasses support descriptors as fields. To be able to bind to descriptors, we need to collect the actual data type from the descriptor class instead of the dataclass.
This will be more useful if we also have support for resolving type arguments (see #1), as descriptors might be generic classes, but that could be a further enhancement rather than a blocker.
The text was updated successfully, but these errors were encountered: