4Suite API Documentation

Module Ft.Lib.DistExt.BDistInstall

Classes:

Classes

class BDistInstall(Ft.Lib.DistExt.Install.Install)

Methods

__init__(self, *args, **kwords)
Overrides: __init__ from class Install
initialize_options(self)
Overrides: initialize_options from class Install

Methods inherited from class Ft.Lib.DistExt.Install.Install

Methods inherited from class distutils.command.install.install

change_roots, convert_paths, create_path_file, dump_dirs, expand_basedirs, expand_dirs, finalize_other, finalize_unix, get_inputs, get_outputs, handle_extra_path, has_data, has_headers, has_lib, has_scripts, select_scheme

Methods inherited from class distutils.cmd.Command

__getattr__, announce, copy_file, copy_tree, debug_print, dump_options, ensure_dirname, ensure_filename, ensure_finalized, ensure_string, ensure_string_list, execute, get_command_name, get_finalized_command, get_sub_commands, make_archive, make_file, mkpath, move_file, reinitialize_command, run_command, set_undefined_options, spawn, warn

Members

command_name = 'bdist_install'
description = "'install' used by the bdist commands (internal use only)"
user_options = [('compile', 'c', 'compile .py to .pyc [default]'), ('no-compile', None, "don't compile .py files"), ('optimize=', 'O', 'also compile with optimization: -O1 for "python ...r "python -OO", and -O0 to disable [default: -O0]'), ('force', 'f', 'force installation (overwrite any existing files)'), ('skip-build', None, 'skip rebuilding everything (for testing/debugging)'), ('with-docs', None, 'enable documentation build [default]'), ('without-docs', None, 'disable documentation build'), ('root=', None, 'install everything relative to this alternate root directory')]

Members inherited from class Ft.Lib.DistExt.Install.Install