Files
openide/python/python-psi-api
Mikhail Golubevandintellij-monorepo-bot b0bb5138f7 PY-77538 Introduce PyCallableParameterListType and PyCallableParameterVariadicType interface
PyCallableParameterListType type represents a concrete list of PyCallableParameters that
a PyParamSpecType can be specialized with.

Now PyParamSpecType and PyCallableParameterListType are similar to PyTypeVarTupleType and
PyUnpackedTupleType (a type parameter and its concrete specialization).

PyCallableParameterVariadicType indicates types that PyParamSpecType can be specialized with.
Namely, another PyParamSpecType, PyCallableParameterListType and PyConcatenateType.

GitOrigin-RevId: cc254b64884e637c1200f6334b6680ea3444bb8a
2024-11-21 11:26:23 +00:00
..