OpenQuizz
Une application de gestion des contenus pédagogiques
setuptools._distutils.command.config Namespace Reference

Data Structures

class  config
 

Functions

def dump_file (filename, head=None)
 

Variables

 LANG_EXT
 

Detailed Description

distutils.command.config

Implements the Distutils 'config' command, a (mostly) empty command class
that exists mainly to be sub-classed by specific module distributions and
applications.  The idea is that while every "config" command is different,
at least they're all named the same, and users always see "config" in the
list of standard commands.  Also, this is a good place to put common
configure-like tasks: "try to compile this C code", or "figure out where
this header file lives".

Function Documentation

◆ dump_file()

def setuptools._distutils.command.config.dump_file (   filename,
  head = None 
)
Dumps a file content into log.info.

If head is not None, will be dumped before the file content.

Variable Documentation

◆ LANG_EXT

LANG_EXT