ID EN
Built-in Types

__unpacked__

Python 3.11

A boolean that is true if the alias has been unpacked using the * operator (see TypeVarTuple).

Syntax

PYTHON
genericalias.__unpacked__

See Also

TypeVarTuple