Searched refs:is_config_str (Results 1 – 3 of 3) sorted by relevance
33 from _core.utils import is_config_str336 if is_config_str(test_source):381 if is_config_str(test_source):
36 from _core.utils import is_config_str430 if test_source.source_string and is_config_str(
466 def is_config_str(content): function