Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PyGithub/PyGithub
/ _reverse
Method
_reverse
github/PaginatedList.py:120–121 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
118
self.__elements.clear()
119
120
def
_reverse(self) -> None:
121
self.__elements.reverse()
122
123
class
_Slice:
124
def
__init__(self, theList: PaginatedListBase[T], theSlice: slice):
Callers
1
__reverse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected