Tan SU ac52bb3795
[fix] config ignore imported modules and functions (#1802)
* [fix] config ignore modules and functions

* add unitest
2022-03-22 23:04:55 +08:00

11 lines
186 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
import os.path as osp
def func(x):
return x
_base_ = ['./l1.py', './l2.yaml', './l3.json', './l4.py']
item3 = False
item4 = 'test'