Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PyGithub/PyGithub
/ setUp
Method
setUp
tests/SubIssue.py:29–32 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
27
28
class
SubIssue(Framework.TestCase):
29
def
setUp(self):
30
super().setUp()
31
self.repo = self.g.get_repo(
"PyGithub/PyGithub"
, lazy=True)
32
self.issue = self.repo.get_issue(5)
33
34
def
testListSubIssues(self):
35
""
"
Callers
nothing calls this directly
Calls
2
get_repo
Method · 0.45
get_issue
Method · 0.45
Tested by
no test coverage detected