OpenQuizz
Une application de gestion des contenus pédagogiques
|
Data Structures | |
class | Configuration |
Functions | |
def | get_configuration_files () |
Variables | |
RawConfigParser | |
Kind | |
CONFIG_BASENAME | |
ENV_NAMES_IGNORED | |
kinds | |
USER | |
GLOBAL | |
SITE | |
ENV | |
ENV_VAR | |
OVERRIDE_ORDER | |
VALID_LOAD_ONLY | |
logger | |
Configuration management setup Some terminology: - name As written in config files. - value Value associated with a name - key Name combined with it's section (section.name) - variant A single word describing where the configuration key-value pair came from
def pip._internal.configuration.get_configuration_files | ( | ) |
CONFIG_BASENAME |
ENV |
ENV_NAMES_IGNORED |
ENV_VAR |
GLOBAL |
Kind |
kinds |
logger |
OVERRIDE_ORDER |
RawConfigParser |
SITE |
USER |
VALID_LOAD_ONLY |