help_pages.help_sectionΒΆ
This module contains pydantic classes for help sections.
Module ContentsΒΆ
- class help_pages.help_section.ValueRenderType(*args, **kwds)[source]ΒΆ
Bases:
enum.EnumDetermines how the value part of the list is rendered.
- class help_pages.help_section.HelpRow[source]ΒΆ
A single row in a help section.
- value_render_type: ValueRenderType[source]ΒΆ