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

Method setUp

tests/GitBlob.py:43–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41
42class GitBlob(Framework.TestCase):
43 def setUp(self):
44 super().setUp()
45 self.blob = self.g.get_user().get_repo("PyGithub").get_git_blob("53bce9fa919b4544e67275089b3ec5b44be20667")
46
47 def testAttributes(self):
48 self.assertTrue(

Callers

nothing calls this directly

Calls 3

get_git_blobMethod · 0.80
get_userMethod · 0.80
get_repoMethod · 0.45

Tested by

no test coverage detected