OpenQuizz
Une application de gestion des contenus pédagogiques
git.config Namespace Reference

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
 

Function Documentation

◆ get_config_path()

def git.config.get_config_path (   config_level)

◆ needs_values()

def git.config.needs_values (   func)
Returns method assuring we read values (on demand) before we try to access them

◆ set_dirty_and_flush_changes()

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

Variable Documentation

◆ CONDITIONAL_INCLUDE_REGEXP

CONDITIONAL_INCLUDE_REGEXP

◆ CONFIG_LEVELS

CONFIG_LEVELS

◆ log

log