OpenQuizz
Une application de gestion des contenus pédagogiques
install_lib Class Reference
Inheritance diagram for install_lib:
Collaboration diagram for install_lib:

Public Member Functions

def initialize_options (self)
 
def finalize_options (self)
 
def run (self)
 
def build (self)
 
def install (self)
 
def byte_compile (self, files)
 
def get_outputs (self)
 
def get_inputs (self)
 

Data Fields

 install_dir
 
 build_dir
 
 force
 
 compile
 
 optimize
 
 skip_build
 

Static Public Attributes

 description
 
 user_options
 
 boolean_options
 
 negative_opt
 

Member Function Documentation

◆ build()

def build (   self)

◆ byte_compile()

def byte_compile (   self,
  files 
)

◆ finalize_options()

def finalize_options (   self)

◆ get_inputs()

def get_inputs (   self)
Get the list of files that are input to this command, ie. the
files that get installed as they are named in the build tree.
The files in this list correspond one-to-one to the output
filenames returned by 'get_outputs()'.

◆ get_outputs()

def 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.

◆ initialize_options()

def initialize_options (   self)

◆ install()

def install (   self)

◆ run()

def run (   self)

Field Documentation

◆ boolean_options

boolean_options
static

◆ build_dir

build_dir

◆ compile

compile

◆ description

description
static

◆ force

force

◆ install_dir

install_dir

◆ negative_opt

negative_opt
static

◆ optimize

optimize

◆ skip_build

skip_build

◆ user_options

user_options
static

The documentation for this class was generated from the following file: