helpers/print_style.py.dox.md
print_style.py helper module.print_style.py because this directory is intentionally flat.print_style.py owns the runtime implementation.print_style.py.dox.md owns durable notes about responsibilities, contracts, side effects, and verification for that implementation.PrintStyle (no explicit base class)
get(self, *args, sep=..., **kwargs)print(self, *args, sep=..., end=..., flush=...)stream(self, *args, sep=..., flush=...)is_last_line_empty(self)standard(*args, sep=..., end=..., flush=...)hint(*args, sep=..., end=..., flush=...)info(*args, sep=..., end=..., flush=...)success(*args, sep=..., end=..., flush=...)_get_runtime()PrintStyle emits sanitized, secret-masked console output and does not create filesystem log files.get() preserves its plain-text, ANSI-styled, and HTML-styled return values for existing callers.collections.abc, files, html, strings, sys, webcolors.self._get_rgb_color_code, html.escape.replace, sep.join, self._format_args, sanitize_string, self._add_padding_if_needed, end.endswith, sys.stdin.readlines, PrintStyle._prefixed_args, self.secrets_mgr.mask_values, self._get_styled_text, self._get_html_styled_text.tests/test_print_style.pytests/test_tool_action_contracts.pytests/test_ws_manager.pyNo child DOX files.