Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dtoken.cc43 #define KT(a, b, c) 'T', macro
/external/python/cpython3/Lib/
Dtyping.py511 KT = TypeVar('KT') # Key type. variable
/external/python/cpython3/Lib/test/
Dtest_typing.py995 def meth(self, k: KT, v: VT): ...