class documentation

class GbdConfig: (source)

Constructor: GbdConfig(config_paths)

View In Hierarchy

Merged view of the GBD configuration (bundled defaults + user config layers).

Method __init__ Undocumented
Instance Variable config_paths Undocumented
Instance Variable raw Undocumented
Property contexts The [contexts] table (including the default key, if present).
Property databases Database paths declared in the config ([databases] paths = [...]).
Property extractors name -> definition (file references resolved).
Property transformers name -> definition (file references resolved).
Method _section Undocumented
def __init__(self, config_paths=None): (source)

Undocumented

config_paths = (source)

Undocumented

Undocumented

The [contexts] table (including the default key, if present).

Database paths declared in the config ([databases] paths = [...]).

name -> definition (file references resolved).

@property
transformers: dict = (source)

name -> definition (file references resolved).

def _section(self, name: str) -> dict: (source)

Undocumented