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

Class IncompletableObject

github/GithubException.py:191–194  ·  view source on GitHub ↗

Exception raised when we can not request an object from Github because the data returned did not include a URL.

Source from the content-addressed store, hash-verified

189
190
191class IncompletableObject(GithubException):
192 """
193 Exception raised when we can not request an object from Github because the data returned did not include a URL.
194 """

Callers 1

_completeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…