Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/PyGithub/PyGithub
/ _clear
Method
_clear
github/PaginatedList.py:117–118 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
115
return
newElements
116
117
def
_clear(self) -> None:
118
self.__elements.clear()
119
120
def
_reverse(self) -> None:
121
self.__elements.reverse()
Callers
1
__reverse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected