mmengine/tests/data/config/py_config/test_base_variables.py

12 lines
266 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
_base_ = [
'./base1.py', '../yaml_config/base2.yaml', '../json_config/base3.json',
'./base4.py'
]
item3 = False
item4 = 'test'
item8 = '{{fileBasename}}'
item9 = {{_base_.item2}}
item10 = {{_base_.item7.b.c}}