module documentation

Undocumented

Class BuildType Undocumented
Class Options Options collected from flags.
Constant INCOMPLETE_FEATURES Undocumented
Constant OPTIONS_AFFECTING_CACHE Undocumented
Constant PER_MODULE_OPTIONS Undocumented
Constant TYPE_VAR_TUPLE Undocumented
Constant UNPACK Undocumented
INCOMPLETE_FEATURES = (source)

Undocumented

Value
frozenset((TYPE_VAR_TUPLE, UNPACK))
OPTIONS_AFFECTING_CACHE = (source)

Undocumented

Value
(PER_MODULE_OPTIONS|set(['platform',
                        'bazel',
                        'plugins',
                        'disable_bytearray_promotion',
                        'disable_memoryview_promotion']))-set(['debug_cache'])
PER_MODULE_OPTIONS: set[str] = (source)

Undocumented

Value
set(['allow_redefinition',
     'allow_untyped_globals',
     'always_false',
     'always_true',
     'check_untyped_defs',
     'debug_cache',
     'disable_error_code',
...
TYPE_VAR_TUPLE: str = (source)

Undocumented

Value
'TypeVarTuple'

Undocumented

Value
'Unpack'