genmypy
_typing.py
Go to the documentation of this file.
1
TYPING_DISABLED =
False
2
try
:
3
import
typing
4
5
TYPE_CHECKING = typing.TYPE_CHECKING
6
except
ImportError:
7
TYPING_DISABLED =
True
8
TYPE_CHECKING =
False
genmypy
Author(s): Yuki Igarashi, Tamaki Nishino
autogenerated on Mon Apr 10 2023 02:40:49