MCPcopy
hub / github.com/PyGithub/PyGithub / _set_complete

Method _set_complete

github/GithubObject.py:635–636  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

633 self._set_complete()
634
635 def _set_complete(self) -> None:
636 self.__completed = True
637
638 def update(
639 self, additional_headers: dict[str, Any] | None = None, parameters: dict[str, Any] | None = None

Callers 15

_completeMethod · 0.95
editMethod · 0.80
editMethod · 0.80
editMethod · 0.80
editMethod · 0.80
editMethod · 0.80
editMethod · 0.80
editMethod · 0.80
editMethod · 0.80
editMethod · 0.80
editMethod · 0.80
editMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected