def test_indicator_exist()

in src/preprocessor.py [0:0]


def test_indicator_exist(attribute):
    return (True if METADATA_CUSTOM_ATTR_TEST_INDICATOR in attribute else False)