Function
nlargest
Find the n largest elements in a dataset. Equivalent to: sorted(iterable, reverse=True)[:n]
(n, iterable)
Source from the content-addressed store, hash-verified
source not stored for this graph (policy: none)
Callers
nothing calls this directly
Tested by
no test coverage detected