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

Method delete

github/GistComment.py:119–123  ·  view source on GitHub ↗

:calls: `DELETE /gists/{gist_id}/comments/{comment_id} `_

(self)

Source from the content-addressed store, hash-verified

117 return self._user.value
118
119 def delete(self) -> None:
120 """
121 :calls: `DELETE /gists/{gist_id}/comments/{comment_id} <https://docs.github.com/en/rest/reference/gists#comments>`_
122 """
123 headers, data = self._requester.requestJsonAndCheck("DELETE", self.url)
124
125 def edit(self, body: str) -> None:
126 """

Callers

nothing calls this directly

Calls 1

requestJsonAndCheckMethod · 0.80

Tested by

no test coverage detected