core.config

Module Contents

Classes

Conf

Conf class wraps the conf dict and allows to handle deprecated keys or other special operations.

Attributes

__project_id

__version

conf

class core.config.Conf

Bases: dict

Conf class wraps the conf dict and allows to handle deprecated keys or other special operations.

__getitem__(key)

x.__getitem__(y) <==> x[y]

__setitem__(key, value)

Set self[key] to value.

core.config.__project_id
core.config.__version
core.config.conf