mmcv/tests/data/config/base.py
Jerry Jiarui XU 6738cd3085
add base for config (#194)
* add base for config

* fixed format

* rm terminal width

* support multiple & recursive base

* add test case

* fix format

* add test construct

* minor fix

* add more test, rewrite merge from opt

* avoid depulicate keys

* delete imported config as module

* rename merge_from_dict
2020-03-15 20:29:17 +08:00

5 lines
60 B
Python

item1 = [1, 2]
item2 = {'a': 0}
item3 = True
item4 = 'test'