-
Notifications
You must be signed in to change notification settings - Fork 17
Add a predefined union type ProxyOr[T] #564
Copy link
Copy link
Closed
Labels
enhancementNew features or improvements to existing functionalityNew features or improvements to existing functionality
Milestone
Description
Describe the Request
Naming TBD, but it would essentially be:
ProxyOr: TypeAlias = Union[Proxy[T], T]We already internally have this (ProxyType), but it'd be nice to expose for users now that the mypy plugin treats Proxy[T] and T equivalently.
Sample Code
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew features or improvements to existing functionalityNew features or improvements to existing functionality