MCPcopy 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_paramsFunction · 0.45
_cookie_attrsMethod · 0.45
list_directoryMethod · 0.45
_install_loggersFunction · 0.45
configureMethod · 0.45
getFilesToDeleteMethod · 0.45
_calculate_file_statsMethod · 0.45
_get_edge_countsMethod · 0.45
exportMethod · 0.45
convert_childrenMethod · 0.45
print_statsMethod · 0.45

Calls

no outgoing calls

Tested by 1