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

Method get_repository_discussion

github/MainClass.py:516–519  ·  view source on GitHub ↗
(self, node_id: str, discussion_graphql_schema: str)

Source from the content-addressed store, hash-verified

514 )
515
516 def get_repository_discussion(self, node_id: str, discussion_graphql_schema: str) -> RepositoryDiscussion:
517 return self.__requester.graphql_node_class(
518 node_id, discussion_graphql_schema, github.RepositoryDiscussion.RepositoryDiscussion, "Discussion"
519 )
520
521 def get_project(self, id: int) -> Project:
522 """

Callers 4

setUpMethod · 0.80
testGetCommentsMethod · 0.80

Calls 1

graphql_node_classMethod · 0.80

Tested by

no test coverage detected