MCPcopy Create free account
hub / github.com/ParzivalHack/PySpector / __init__

Method __init__

src/pyspector/reporting.py:70–72  ·  view source on GitHub ↗
(self, issues: list, report_format: str)

Source from the content-addressed store, hash-verified

68
69class Reporter:
70 def __init__(self, issues: list, report_format: str):
71 self.issues = issues
72 self.format = report_format
73
74 def generate(self) -> str:
75 if self.format == "json":

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected