|
lsst.obs.base
20.0.0-69-g8f355a9+701c885a11
|
Public Member Functions | |
| def | list_commands (self, ctx) |
| def | get_command (self, context, name) |
Definition at line 31 of file butlerCmdDocGen.py.
| def butlerCmdDocGen.ButlerCmdDocGen.get_command | ( | self, | |
| context, | |||
| name | |||
| ) |
Get a click command provided by this package.
Parameters
----------
ctx : click.Context
The current Click context.
name : string
The name of the command to return.
Returns
-------
command : click.Command
A Command that wraps a callable command function.
Definition at line 48 of file butlerCmdDocGen.py.
| def butlerCmdDocGen.ButlerCmdDocGen.list_commands | ( | self, | |
| ctx | |||
| ) |
List the click commands provided by this package.
Parameters
----------
ctx : click.Context
The current Click context.
Returns
-------
commands : `list` [`str`]
The names of the commands that can be called by the butler command.
Definition at line 33 of file butlerCmdDocGen.py.
1.8.18