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

Public Member Functions

def initialize_options (self)
 
def finalize_options (self)
 
def do_install_data (self)
 
def get_outputs (self)
 
def call_command (self, cmdname, **kw)
 
def run (self)
 
def zap_pyfiles (self)
 
def zip_safe (self)
 
def gen_header (self)
 
def copy_metadata_to (self, target_dir)
 
def get_ext_outputs (self)
 
- Public Member Functions inherited from Command
def __init__ (self, dist, **kw)
 
def ensure_string_list (self, option)
 
def reinitialize_command (self, command, reinit_subcommands=0, **kw)
 

Data Fields

 bdist_dir
 
 plat_name
 
 keep_temp
 
 dist_dir
 
 skip_build
 
 egg_output
 
 exclude_source_files
 
 ei_cmd
 
 egg_info
 
 stubs
 

Static Public Attributes

 description
 
 user_options
 
 boolean_options
 
- Static Public Attributes inherited from Command
 command_consumes_arguments
 

Member Function Documentation

◆ call_command()

def call_command (   self,
  cmdname,
**  kw 
)
Invoke reinitialized command `cmdname` with keyword args

◆ copy_metadata_to()

def copy_metadata_to (   self,
  target_dir 
)

◆ do_install_data()

def do_install_data (   self)

◆ finalize_options()

def finalize_options (   self)

◆ gen_header()

def gen_header (   self)

◆ get_ext_outputs()

def get_ext_outputs (   self)
Get a list of relative paths to C extensions in the output distro

◆ get_outputs()

def get_outputs (   self)

◆ initialize_options()

def initialize_options (   self)

◆ run()

def run (   self)

◆ zap_pyfiles()

def zap_pyfiles (   self)

◆ zip_safe()

def zip_safe (   self)

Field Documentation

◆ bdist_dir

bdist_dir

◆ boolean_options

boolean_options
static

◆ description

description
static

◆ dist_dir

dist_dir

◆ egg_info

egg_info

◆ egg_output

egg_output

◆ ei_cmd

ei_cmd

◆ exclude_source_files

exclude_source_files

◆ keep_temp

keep_temp

◆ plat_name

plat_name

◆ skip_build

skip_build

◆ stubs

stubs

◆ user_options

user_options
static

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