Home
last modified time | relevance | path

Searched refs:is_mypy_only (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-mypy/mypy-0.910/mypy/
H A Dreachability.py301 node.is_mypy_only = True
304 node.is_mypy_only = True
307 node.is_mypy_only = True
H A Dnodes.py337 is_mypy_only = False # Ditto if inside `if TYPE_CHECKING` or `if MYPY` variable in ImportBase
H A Dbuild.py369 if imp.is_mypy_only:
/dports/devel/py-mypy/mypy-0.910/mypyc/irbuild/
H A Dstatement.py131 if node.is_mypy_only:
162 if node.is_mypy_only:
196 if node.is_mypy_only: