Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
192
class
Output:
193
name: str
194
pr: Optional[str]
195
completed: Optional[bool]
196
notes: list[str]
197
198
199
update_libs_output = []
Callers
1
generate_checklist.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected