MCPcopy Index your code
hub / github.com/PyGithub/PyGithub / logs_url

Method logs_url

github/WorkflowJob.py:193–195  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

191 return self._workflow_name.value
192
193 def logs_url(self) -> str:
194 headers, _ = self._requester.requestBlobAndCheck("GET", f"{self.url}/logs")
195 return headers["location"]
196
197 def _useAttributes(self, attributes: dict[str, Any]) -> None:
198 if "check_run_url" in attributes: # pragma no branch

Callers

nothing calls this directly

Calls 1

requestBlobAndCheckMethod · 0.80

Tested by

no test coverage detected