MCPcopy
hub / github.com/PyGithub/PyGithub / get_artifacts

Method get_artifacts

github/WorkflowRun.py:318–325  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

316 return self._workflow_url.value
317
318 def get_artifacts(self) -> PaginatedList[Artifact]:
319 return PaginatedList(
320 github.Artifact.Artifact,
321 self._requester,
322 self.artifacts_url,
323 None,
324 list_item="artifacts",
325 )
326
327 def cancel(self) -> bool:
328 """

Callers

nothing calls this directly

Calls 1

PaginatedListClass · 0.90

Tested by

no test coverage detected