Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
boolean_options = ['local', 'system', 'debug']
command_name = 'config'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
description = 'select installation scheme and base directories'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
help_options = [('help-compiler', None, 'list available compilers', <function show_compilers>)]
user_options = [('local', None, '(POSIX only) Use FHS /usr/local installation scheme'), ('system', None, '(POSIX only) Use FHS /usr installation scheme (e.g. for RPM builds)'), ('prefix=', None, 'Use POSIX autoconf-style or Windows installation scheme with this prefix'), ('exec-prefix=', None, '(POSIX only) Prefix for platform-specific files when using autoconf-style scheme'), ('home=', None, '(POSIX only) Use home directory installation scheme with this prefix'), ('pythonlibdir=', None, 'Directory for 3rd-party Python libraries (site-packages)'), ('bindir=', None, 'Directory for user executables'), ('datadir=', None, 'Directory for read-only platform-independent data'), ('sysconfdir=', None, 'Directory for read-only host-specific data'), ('localstatedir=', None, 'Directory for modifiable host-specific data'), ('libdir=', None, 'Directory for program & package libraries'), ('docdir=', None, 'Directory for documentation files'), ('localedir=', None, 'Directory for message catalogs'), ('compiler=', 'c', 'specify the compiler type'), ('debug', 'g', 'compile extensions and libraries with debugging information')]
class DistutilsOptionError(distutils.errors.DistutilsError)
Data and other non-method functions defined here:
__doc__ = None
__module__ = 'distutils.errors'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.