option_section¶
- 
class lsst.daf.butler.cli.utils.option_section(sectionText)¶
- Bases: - object- Decorator to add a section label between options in the help text of a command. - Parameters: - sectionText : str
- The text to print in the section identifier. 
 - Methods Summary - __call__(f)- Call self as a function. - Methods Documentation - 
__call__(f)¶
- Call self as a function. 
 
- sectionText :