Package animio :: Module setup :: Class InstallCommand
[hide private]
[frames] | no frames]

Class InstallCommand

source code

        distutils.cmd.Command --+    
                                |    
distutils.command.install.install --+
                                    |
                                   InstallCommand

Assure compilation is done by build_py
Instance Methods [hide private]
 
run(self)
initialize build_py with our compile options
source code

Inherited from distutils.command.install.install: change_roots, convert_paths, create_home_path, create_path_file, dump_dirs, expand_basedirs, expand_dirs, finalize_options, finalize_other, finalize_unix, get_inputs, get_outputs, handle_extra_path, has_data, has_headers, has_lib, has_scripts, initialize_options, select_scheme

Inherited from distutils.command.install.install (private): _expand_attrs

Inherited from distutils.cmd.Command: __getattr__, __init__, 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

Inherited from distutils.cmd.Command (private): _ensure_stringlike, _ensure_tested_string

Class Variables [hide private]

Inherited from distutils.command.install.install: boolean_options, description, negative_opt, sub_commands, user_options

Method Details [hide private]

run(self)

source code 
initialize build_py with our compile options
Overrides: distutils.cmd.Command.run