MCPcopy Index your code
hub / github.com/omkarcloud/botasaurus / sort

Method sort

botasaurus/links.py:428–431  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

426 return self # Allow chaining for _extractors
427
428 def sort(self):
429 self._sort_links = True
430 self._randomize_links = False # Ensure randomize is not set if sort is called
431 return self # Allow chaining
432
433 def randomize(self):
434 self._randomize_links = True

Callers 11

cleanErrorLogsFunction · 0.80
applyInPlaceFunction · 0.80
getLargestIdFromDbFunction · 0.80
queryPendingTasksFunction · 0.80
findOldestChildTaskMethod · 0.80
queryTasksFunction · 0.80
queryTasksWithFiltersFunction · 0.80
executeDownloadTaskListFunction · 0.80
sitemapFunction · 0.80
apply_in_placeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected