Searched refs:CT_co (Results 1 – 2 of 2) sorted by relevance
1182 CT_co = TypeVar('CT_co', covariant=True, bound=type) variable1250 Type = _alias(type, CT_co, inst=False)
462 .. class:: Type(Generic[CT_co])