Home
last modified time | relevance | path

Searched refs:is_unedited_config_file (Results 1 – 2 of 2) sorted by relevance

/dports/astro/py-astropy/astropy-5.0/astropy/config/tests/
H A Dtest_configs.py405 from astropy.config.configuration import is_unedited_config_file
412 assert is_unedited_config_file(content)
415 assert not is_unedited_config_file(content)
/dports/astro/py-astropy/astropy-5.0/astropy/config/
H A Dconfiguration.py712 def is_unedited_config_file(content, template_content=None): function
787 doupdate = is_unedited_config_file(
869 doupdate = is_unedited_config_file(content, template_content)