src/pylib/Lib/sys_impl/flagsImpl/values

Search:
Group by:
Source   Edit  

Lets

debug = ib_i(toPyEnv("debug"), debug)
Source   Edit  
dev_mode = ib_e(toPyEnv("dev_mode"), dev_mode)
Source   Edit  
dont_write_bytecode = ib_b(toPyEnv("dont_write_bytecode"), dont_write_bytecode)
Source   Edit  
inspect = ib_i(toPyEnv("inspect"), inspect)
Source   Edit  
int_max_str_digits = ib_i(toPyEnv("int_max_str_digits"), int_max_str_digits)
Source   Edit  
no_user_site = ib_b(toPyEnv("no_user_site"), no_user_site)
Source   Edit  
optimize = ib_i(toPyEnv("optimize"), optimize)
Source   Edit  
safe_path = ib_e(toPyEnv("safe_path"), safe_path)
Source   Edit  
utf8_mode = ib_i("PYTHONUTF8", utf8_mode)
Source   Edit  
verbose = ib_i(toPyEnv("verbose"), verbose)
Source   Edit  
warn_default_encoding = ib_e(toPyEnv("warn_default_encoding"),
                             warn_default_encoding)
Source   Edit