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

Public Member Functions

def initialize_options (self)
 
def finalize_options (self)
 
def get_source_files (self)
 
def run (self)
 
def copy_scripts (self)
 

Data Fields

 build_dir
 
 scripts
 
 force
 
 executable
 
 outfiles
 

Static Public Attributes

 description
 
 user_options
 
 boolean_options
 

Member Function Documentation

◆ copy_scripts()

def copy_scripts (   self)
Copy each script listed in 'self.scripts'; if it's marked as a
Python script in the Unix way (first line matches 'first_line_re',
ie. starts with "\#!" and contains "python"), then adjust the first
line to refer to the current Python interpreter as we copy.

Reimplemented in build_scripts_2to3.

◆ finalize_options()

def finalize_options (   self)

◆ get_source_files()

def get_source_files (   self)

◆ initialize_options()

def initialize_options (   self)

◆ run()

def run (   self)

Field Documentation

◆ boolean_options

boolean_options
static

◆ build_dir

build_dir

◆ description

description
static

◆ executable

executable

◆ force

force

◆ outfiles

outfiles

◆ scripts

scripts

◆ user_options

user_options
static

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