query_datasets_options

class lsst.daf.butler.cli.opt.query_datasets_options(repo: bool = True, showUri: bool = True, useArguments: bool = True, default_limit: int = -20000, use_order_by: bool = True)

Bases: OptionGroup

A collection of options common to querying datasets.

Parameters:
repobool

The Butler repository URI.

showUribool

Whether to include the dataset URI.

useArgumentsbool

Whether this is an argument or an option.

default_limitint

The default value to use for the limit parameter.

use_order_bybool

Whether to include an order_by option.

Methods Summary

__call__(f)

Call self as a function.

Methods Documentation

__call__(f: Any) Any

Call self as a function.