Home
last modified time | relevance | path

Searched refs:CT_co (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dtyping.py1182 CT_co = TypeVar('CT_co', covariant=True, bound=type) variable
1250 Type = _alias(type, CT_co, inst=False)
/external/python/cpython3/Doc/library/
Dtyping.rst462 .. class:: Type(Generic[CT_co])