Sign in
fuchsia
/
third_party
/
github.com
/
python
/
mypy
/
refs/heads/upstream/mypy-extensions
/
.
/
mypyc
/
options.py
blob: 365a81d3f9ab016265546cedd6eb20b9c8a2bc95 [
file
] [
log
] [
blame
] [
edit
]
class
CompilerOptions
:
def
__init__
(
self
,
strip_asserts
:
bool
=
False
,
multi_file
:
bool
=
False
,
verbose
:
bool
=
False
)
->
None
:
self
.
strip_asserts
=
strip_asserts
self
.
multi_file
=
multi_file
self
.
verbose
=
verbose