mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 20:54:49 +07:00
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