MCPcopy Index your code
hub / github.com/RustPython/RustPython / Output

Class Output

scripts/generate_checklist.py:192–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190
191@dataclasses.dataclass
192class Output:
193 name: str
194 pr: Optional[str]
195 completed: Optional[bool]
196 notes: list[str]
197
198
199update_libs_output = []

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected