Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
c
d
e
f
g
i
l
m
n
p
r
s
t
u
v
Functions
_
a
c
e
g
l
m
n
p
r
s
t
Variables
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
g
h
l
m
n
p
r
s
t
Functions
Variables
Files
File List
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 03:01:12