MCPcopy 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_paramsFunction · 0.45
_cookie_attrsMethod · 0.45
list_directoryMethod · 0.45
_install_loggersFunction · 0.45
configureMethod · 0.45
getFilesToDeleteMethod · 0.45
getTestCaseNamesMethod · 0.45
_startMethod · 0.45
get_completionsMethod · 0.45
find_libraryFunction · 0.45
debug_infoMethod · 0.45
__repr__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected