help_pages.help_sectionΒΆ
This module contains pydantic classes for help sections.
ClassesΒΆ
Determines how the value part of the list is rendered. |
|
A single row in a help section. |
|
Contains a section for the help pages. |
|
Contains all variable data for help pages. |
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]ΒΆ