mmengine.config¶
A facility for config and config files. |
|
A dictionary for config which has the same interface as python's built- in dictionary and can be used as a normal dictionary. |
|
Argparse action to split an argument into KEY=VALUE form on the first = and append to a dictionary. |
|
Context manager to mark the base config. |