d4ef47759e
c.cfgimpl_get_settings().has_property('hidden') => 'hidden' in c.cfgimpl_get_settings() c.cfgimpl_get_settings().has_property('hidden', option1) => 'frozen' in c.cfgimpl_get_settings()[opt] c.cfgimpl_get_settings().get_properties(option1) => c.cfgimpl_get_settings()[option1] c.cfgimpl_get_settings().get_properties(option1) => c.cfgimpl_get_settings()[option1] c.cfgimpl_get_settings().add_property('hidden', option1) => c.cfgimpl_get_settings()[optiont1].append('hidden') c.cfgimpl_get_settings().del_property('hidden', option1) => c.cfgimpl_get_settings()[optiont1].remove('hidden') c.cfgimpl_get_settings().enable_property('hidden') => c.cfgimpl_get_settings().append('hidden') c.cfgimpl_get_settings().disable_property('hidden') => c.cfgimpl_get_settings().remove('hidden') |
||
---|---|---|
.. | ||
__init__.py | ||
autopath.py | ||
test_cache.py | ||
test_config.py | ||
test_config_api.py | ||
test_config_big_example.py | ||
test_freeze.py | ||
test_mandatory.py | ||
test_option_consistency.py | ||
test_option_default.py | ||
test_option_owner.py | ||
test_option_setting.py | ||
test_option_type.py | ||
test_option_with_special_name.py | ||
test_parsing_group.py | ||
test_permissive.py | ||
test_reverse_from_path.py |