Home
last modified time | relevance | path

Searched defs:TypeVar (Results 1 – 3 of 3) sorted by relevance

/external/python/typing/docs/source/
Dtype_system.rst48 TypeVar section in Type Variables
/external/javassist/src/main/javassist/bytecode/stackmap/
DTypeData.java214 public static class TypeVar extends AbsTypeVar { class in TypeData
221 public TypeVar(TypeData t) { in TypeVar() method in TypeData.TypeVar
/external/python/cpython3/Lib/
Dtyping.py754 class TypeVar( _Final, _Immutable, _TypeVarLike, _root=True): class