Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/kconfig/
Dkconfig.py46 kconf = Kconfig(args.kconfig_file, warn_to_stderr=False,
Dkconfiglib.py867 def __init__(self, filename="Kconfig", warn=True, warn_to_stderr=True, argument
947 self._init(filename, warn, warn_to_stderr, encoding)
959 def _init(self, filename, warn, warn_to_stderr, encoding): argument
971 self.warn_to_stderr = warn_to_stderr
2028 self.warn_to_stderr = True
2035 self.warn_to_stderr = False
2094 "printing of warnings to stderr " + status(self.warn_to_stderr),
4017 if self.warn_to_stderr: