MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / CommitRow

Class CommitRow

tools/commitlist.py:93–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92@dataclass(frozen=True)
93class CommitRow:
94 commit_hash: str
95 category: str
96 topic: str
97 title: str
98 pr_link: str
99 author: str
100 labels: str
101 accepter_1: str
102 accepter_2: str
103 accepter_3: str
104 description: str
105
106
107COMMIT_FIELDS = tuple(field.name for field in fields(CommitRow))

Callers 1

build_commit_rowsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected