seanbreckenridge
28fd9e4441
typo/doc updates, destructure namedtuple manually
...
may lead to less problems in the future,
in case the order of the rangetuple
chagnes
2021-04-05 17:55:28 -07:00
Sean Breckenridge
702d41fe90
add click function to expose select to cli
2021-04-05 13:29:34 -07:00
Sean Breckenridge
8c16aed7d6
remove locator, use qualified func name
...
premature optimization, assuming that
would be how someone interacted with this
might as well move it as we'll instead
use the qualified function name for input
2021-04-05 11:45:12 -07:00
Sean Breckenridge
dadfcb5b6a
initial query_range implementation
...
refactored functions in query some more
to allow re-use in range_range, select()
pretty much just calls out to a bunch
of handlers now
2021-04-05 11:26:37 -07:00