Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PyGithub/PyGithub
/ testGetPageWithoutInitialArguments
Method
testGetPageWithoutInitialArguments
tests/Issue133.py:41–42 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
39
self.user = self.g.get_user()
40
41
def
testGetPageWithoutInitialArguments(self):
42
self.assertEqual(len(self.user.get_followers().get_page(0)), 22)
Callers
nothing calls this directly
Calls
2
get_page
Method · 0.80
get_followers
Method · 0.45
Tested by
no test coverage detected