Home
last modified time | relevance | path

Searched defs:StatusReporter (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_ide/py/pw_ide/
Dcommands.py84 reporter: StatusReporter, settings: PigweedIdeSettings, quiet: bool = False
95 def _report_unrecognized_editor(reporter: StatusReporter, editor: str) -> None:
104 reporter: StatusReporter = StatusReporter(),
135 reporter: StatusReporter = StatusReporter(),
150 reporter: StatusReporter = StatusReporter(),
287 reporter: StatusReporter,
533 reporter: StatusReporter = StatusReporter(),
772 reporter: StatusReporter,
818 reporter: StatusReporter = StatusReporter(),
/external/pigweed/pw_cli/py/pw_cli/
Dstatus_reporter.py34 class StatusReporter: class