We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
types.UnionType.__parameters__
1 parent cdfb10c commit 5ba2e49Copy full SHA for 5ba2e49
1 file changed
stdlib/types.pyi
@@ -687,6 +687,8 @@ if sys.version_info >= (3, 10):
687
class UnionType:
688
@property
689
def __args__(self) -> tuple[Any, ...]: ...
690
+ @property
691
+ def __parameters__(self) -> tuple[Any, ...]: ...
692
def __or__(self, value: Any, /) -> UnionType: ...
693
def __ror__(self, value: Any, /) -> UnionType: ...
694
def __eq__(self, value: object, /) -> bool: ...
0 commit comments