Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ sort
Method
sort
Lib/collections/__init__.py:1347–1348 ·
view source on GitHub ↗
(self, /, *args, **kwds)
Source
from the content-addressed store, hash-verified
1345
self.data.reverse()
1346
1347
def
sort(self, /, *args, **kwds):
1348
self.data.sort(*args, **kwds)
1349
1350
def
extend(self, other):
1351
if
isinstance(other, UserList):
Callers
15
decode_params
Function · 0.45
_cookie_attrs
Method · 0.45
list_directory
Method · 0.45
_install_loggers
Function · 0.45
configure
Method · 0.45
getFilesToDelete
Method · 0.45
getTestCaseNames
Method · 0.45
_start
Method · 0.45
get_completions
Method · 0.45
find_library
Function · 0.45
debug_info
Method · 0.45
__repr__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected