Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dtyping.py1629 CT_co = TypeVar('CT_co', covariant=True, bound=type) variable
/external/python/cpython3/Doc/library/
Dtyping.rst590 .. class:: Type(Generic[CT_co])