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

Class LibUpdate

scripts/generate_checklist.py:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38@dataclasses.dataclass
39class LibUpdate:
40 pr: Optional[str] = None
41 done: bool = True
42
43
44def parse_updated_lib_issue(issue_body: str) -> dict[str, LibUpdate]:

Callers 1

parse_updated_lib_issueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected