Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
39
class
LibUpdate:
40
pr: Optional[str] = None
41
done: bool = True
42
43
44
def
parse_updated_lib_issue(issue_body: str) -> dict[str, LibUpdate]:
Callers
1
parse_updated_lib_issue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected