Shortcuts

mmengine.config

Config

A facility for config and config files.

ConfigDict

A dictionary for config which has the same interface as python's built- in dictionary and can be used as a normal dictionary.

DictAction

Argparse action to split an argument into KEY=VALUE form on the first = and append to a dictionary.

read_base

Context manager to mark the base config.