Searched refs:warn_to_stderr (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/scripts/kconfig/ |
D | kconfig.py | 29 kconf = Kconfig(args.kconfig_file, warn_to_stderr=False,
|
D | kconfiglib.py | 867 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 2027 self.warn_to_stderr = True 2034 self.warn_to_stderr = False 2093 "printing of warnings to stderr " + status(self.warn_to_stderr), 3980 if self.warn_to_stderr:
|