ecolab.collapse#
- etils.ecolab.collapse(
- name: str = '',
- *,
- expanded: bool = False,
Capture all outputs and display it in a collapsible block.
- Parameters:
name – Name of the collapsible section.
expanded – If True, the section is expanded by default.
- Yields:
None