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

Method expected

tests/GraphQl.py:44–53  ·  view source on GitHub ↗
(self, base_url: str = "https://github.com")

Source from the content-addressed store, hash-verified

42 super().setUp()
43
44 def expected(self, base_url: str = "https://github.com") -> dict[Any, Any]:
45 return {
46 "actor": {
47 "avatarUrl": "https://avatars.githubusercontent.com/u/14806300?u=786f9f8ef8782d45381b01580f7f7783cf9c7e37&v=4",
48 "login": "heitorpolidoro",
49 "resourcePath": "/heitorpolidoro",
50 "url": f"{base_url}/heitorpolidoro",
51 },
52 "clientMutationId": None,
53 }
54
55 def testRequesterGraphQlPrefix(self):
56 get_graphql_prefix = github.Requester.Requester.get_graphql_prefix

Callers 3

testDefaultUrlMethod · 0.95
testOtherUrlMethod · 0.95
testOtherPortMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected