Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PyGithub/PyGithub
/ testGetProjects
Method
testGetProjects
tests/NamedUser1430.py:46–51 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
44
self.user = self.g.get_user(
"ahhda"
)
45
46
def
testGetProjects(self):
47
self.assertListKeyBegin(
48
self.user.get_projects(state=
"all"
),
49
lambda
e: e.id,
50
[4083095],
51
)
Callers
nothing calls this directly
Calls
2
assertListKeyBegin
Method · 0.80
get_projects
Method · 0.45
Tested by
no test coverage detected