mirror of
https://github.com/open-mmlab/mmcv.git
synced 2025-06-03 21:54:52 +08:00
* Allow list keys in Config merge from dict * Reformat * Set allow_list_keys default as True in merge_from_dict * Fix docstring * fix a small typo
2 lines
36 B
Python
2 lines
36 B
Python
item = [{'a': 0}, {'b': 0, 'c': 0}]
|