src/pylib/Lib/sys_impl/flagsImpl

Search:
Group by:
Source   Edit  

Lets

flags = (debug: debug, inspect: inspect, interactive: interactive,
         isolated: isolated, optimize: optimize,
         dont_write_bytecode: dont_write_bytecode, no_user_site: no_user_site,
         no_site: no_site, ignore_environment: ignore_environment,
         verbose: verbose, bytes_warning: bytes_warning, quiet: quiet,
         hash_randomization: hash_randomization, dev_mode: dev_mode,
         utf8_mode: utf8_mode, safe_path: safe_path,
         int_max_str_digits: int_max_str_digits,
         warn_default_encoding: warn_default_encoding)
Source   Edit