OpenQuizz
Une application de gestion des contenus pédagogiques
|
Data Structures | |
class | _OMD |
class | GitConfigParser |
class | MetaParserBuilder |
class | SectionConstraint |
Functions | |
def | needs_values (func) |
def | set_dirty_and_flush_changes (non_const_func) |
def | get_config_path (config_level) |
Variables | |
log | |
CONFIG_LEVELS | |
CONDITIONAL_INCLUDE_REGEXP | |
def git.config.get_config_path | ( | config_level | ) |
def git.config.needs_values | ( | func | ) |
Returns method assuring we read values (on demand) before we try to access them
def git.config.set_dirty_and_flush_changes | ( | non_const_func | ) |
Return method that checks whether given non constant function may be called. If so, the instance will be set dirty. Additionally, we flush the changes right to disk
CONDITIONAL_INCLUDE_REGEXP |
CONFIG_LEVELS |
log |