Module setup :: Class install_lib
[frames] | no frames]

Class install_lib

               distutils.core.Command --+    
                                        |    
distutils.command.install_lib.install_lib --+
                                            |
                                           install_lib

Instance Methods
 
get_outputs(self)
Return the list of files that would be installed if this command were actually run.
 
install(self)

Inherited from distutils.command.install_lib.install_lib: build, byte_compile, finalize_options, get_inputs, initialize_options, run

Class Variables

Inherited from distutils.command.install_lib.install_lib: boolean_options, description, negative_opt, user_options

Method Details

get_outputs(self)

 

Return the list of files that would be installed if this command were actually run. Not affected by the "dry-run" flag or whether modules have actually been built yet.

Overrides: distutils.command.install_lib.install_lib.get_outputs
(inherited documentation)

install(self)

 
Overrides: distutils.command.install_lib.install_lib.install