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

Class PullRequestRecord

tools/commitlist.py:81–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80@dataclass(frozen=True)
81class PullRequestRecord:
82 number: int
83 title: str
84 author: str
85 labels: list[str]
86 reviewers: list[str]
87 category: str
88 topic: str
89 description: str
90
91
92@dataclass(frozen=True)

Callers 2

get_manyMethod · 0.85
_fetch_batchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected