note to use both flags
This commit is contained in:
parent
895d8c89bb
commit
aaca4fdce3
1 changed files with 2 additions and 2 deletions
|
@ -539,8 +539,8 @@ def query_hpi_functions(
|
|||
input_src = chain(*(f() for f in _locate_functions_or_prompt(qualified_names)))
|
||||
|
||||
# NOTE: if passing just one function to this which returns a single namedtuple/dataclass,
|
||||
# using --order-key will often be faster as it does not need to duplicate the iterator in memory,
|
||||
# or try to find the --order-value type on each object before sorting
|
||||
# using both --order-key and --order-value will often be faster as it does not need to
|
||||
# duplicate the iterator in memory, or try to find the --order-value type on each object before sorting
|
||||
res = select_range(
|
||||
input_src,
|
||||
order_key=order_key,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue