Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ CommitRecord
Class
CommitRecord
tools/commitlist.py:73–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
72
@dataclass(frozen=True)
73
class
CommitRecord:
74
commit_hash: str
75
title: str
76
git_author: str
77
pr_number: int | None
78
79
80
@dataclass(frozen=True)
Callers
1
collect_commits
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected