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

Class InstallLibCommand

source code

                distutils.cmd.Command --+    
                                        |    
distutils.command.install_lib.install_lib --+
                                            |
                                           InstallLibCommand

Makes sure the compilation does not happen - if the user wants it, it will only work in the build_py command.
Instance Methods [hide private]
 
byte_compile(self, files)
Ignore it
source code

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

Inherited from distutils.command.install_lib.install_lib (private): _bytecode_filenames, _mutate_outputs

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_lib.install_lib: boolean_options, description, negative_opt, user_options

Inherited from distutils.cmd.Command: sub_commands

Method Details [hide private]

byte_compile(self, files)

source code 
Ignore it
Overrides: distutils.command.install_lib.install_lib.byte_compile