Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ sort
Method
sort
Lib/collections/__init__.py:1387–1388 ·
view source on GitHub ↗
(self, /, *args, **kwds)
Source
from the content-addressed store, hash-verified
1385
self.data.reverse()
1386
1387
def
sort(self, /, *args, **kwds):
1388
self.data.sort(*args, **kwds)
1389
1390
def
extend(self, other):
1391
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
_get_bytecode_data_for_line
Method · 0.45
_calculate_file_stats
Method · 0.45
_get_edge_counts
Method · 0.45
export
Method · 0.45
convert_children
Method · 0.45
print_stats
Method · 0.45
Calls
no outgoing calls
Tested by
1
get_sidebar_line_y_coords
Method · 0.36