Searched defs:config (Results 1 - 3 of 3) sorted by relevance

/pkg/src/util/log-scripts/
H A Din_header.py28 import config namespace
30 hostname = config.get("hostname", default="pkg")
H A Dan_report.py37 import config namespace
99 filtered_countries = config.get("excluded").split(",")
/pkg/src/modules/lint/
H A Dengine.py32 import pkg.lint.config namespace
227 the pkg.lint.config.PkglintConfig defaults.
250 The config object for the engine has the following keys:
292 'verbose' overrides any log_level settings in the config file
297 we don't override the config file setting."""
355 def _load_checker_module(self, name, config):
358 assuming they haven't been excluded by the config object."""
366 base.get_checkers(sys.modules[name], config)
400 def load_config(self, config, verbose=False):
401 """Loads configuration from supplied config fil
[all...]

Completed in 18 milliseconds