Package _setup :: Module data :: Class InstallData
[hide private]
[frames] | no frames]

Class InstallData

source code

                  distutils.cmd.Command --+    
                                          |    
distutils.command.install_data.install_data --+
                                              |
                                             InstallData

Extended data installer
Instance Methods [hide private]
 
finalize_options(self)
Flatten Data objects to plain files
source code

Inherited from distutils.command.install_data.install_data: get_inputs, get_outputs, initialize_options, run

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_data.install_data: boolean_options, description, user_options

Inherited from distutils.cmd.Command: sub_commands

Method Details [hide private]

finalize_options(self)

source code 
Flatten Data objects to plain files
Overrides: distutils.cmd.Command.finalize_options