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

Public Member Functions

def parsers (self)
 
def parse_section_packages__find (self, section_options)
 
def parse_section_entry_points (self, section_options)
 
def parse_section_package_data (self, section_options)
 
def parse_section_exclude_package_data (self, section_options)
 
def parse_section_extras_require (self, section_options)
 
def parse_section_data_files (self, section_options)
 
- Public Member Functions inherited from ConfigHandler
def __init__ (self, target_obj, options, ignore_option_errors=False)
 
def __setitem__ (self, option_name, value)
 
def parse_section (self, section_options)
 
def parse (self)
 

Static Public Attributes

 section_prefix
 
- Static Public Attributes inherited from ConfigHandler
 section_prefix
 
 aliases
 

Additional Inherited Members

- Data Fields inherited from ConfigHandler
 ignore_option_errors
 
 target_obj
 
 sections
 
 set_options
 

Member Function Documentation

◆ parse_section_data_files()

def parse_section_data_files (   self,
  section_options 
)
Parses `data_files` configuration file section.

:param dict section_options:

◆ parse_section_entry_points()

def parse_section_entry_points (   self,
  section_options 
)
Parses `entry_points` configuration file section.

:param dict section_options:

◆ parse_section_exclude_package_data()

def parse_section_exclude_package_data (   self,
  section_options 
)
Parses `exclude_package_data` configuration file section.

:param dict section_options:

◆ parse_section_extras_require()

def parse_section_extras_require (   self,
  section_options 
)
Parses `extras_require` configuration file section.

:param dict section_options:

◆ parse_section_package_data()

def parse_section_package_data (   self,
  section_options 
)
Parses `package_data` configuration file section.

:param dict section_options:

◆ parse_section_packages__find()

def parse_section_packages__find (   self,
  section_options 
)
Parses `packages.find` configuration file section.

To be used in conjunction with _parse_packages().

:param dict section_options:

◆ parsers()

def parsers (   self)
Metadata item name to parser function mapping.

Reimplemented from ConfigHandler.

Field Documentation

◆ section_prefix

section_prefix
static

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