Home
last modified time | relevance | path

Searched refs:TYPE_CHECKING (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/
Dcompat_template_v1.__init__.py57 if _typing.TYPE_CHECKING:
Dcompat_template.__init__.py67 if _typing.TYPE_CHECKING:
Dapi_template_v1.__init__.py90 if _typing.TYPE_CHECKING:
Dapi_template.__init__.py99 if _typing.TYPE_CHECKING:
/external/python/cpython3/Tools/peg_generator/pegen/
Dgrammar.py14 TYPE_CHECKING,
19 if TYPE_CHECKING:
/external/llvm-project/clang/utils/analyzer/
DSATestBuild.py66 from typing import Dict, IO, List, NamedTuple, Optional, TYPE_CHECKING, Tuple
226 if TYPE_CHECKING:
/external/mesa3d/bin/pick/
Dui.py33 if typing.TYPE_CHECKING:
Dcore.py33 if typing.TYPE_CHECKING:
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a2.rst269 Type[], NewType(), TYPE_CHECKING, and numerous bug fixes (note that some of
D3.5.2rc1.rst424 Type[], NewType(), TYPE_CHECKING, and numerous bug fixes (note that some of
/external/python/cpython3/Lib/
Dtyping.py2028 TYPE_CHECKING = False variable
/external/tensorflow/tensorflow/python/tpu/
Dtpu.py1497 if typing.TYPE_CHECKING:
/external/python/cpython3/Doc/library/
Dtyping.rst1720 .. data:: TYPE_CHECKING
1725 if TYPE_CHECKING:
/external/python/cpython3/Doc/whatsnew/
D3.6.rst1625 A new :const:`~typing.TYPE_CHECKING` constant that is assumed to be