class documentation

class SectionType(IntEnum): (source)

View In Hierarchy

Types of sections.

Constant MULTIPLE For sections like params.
Constant SINGULAR For sections like examples.
Constant SINGULAR_OR_MULTIPLE For sections like returns or yields.
MULTIPLE: int = (source)

For sections like params.

Value
1
SINGULAR: int = (source)

For sections like examples.

Value
0
SINGULAR_OR_MULTIPLE: int = (source)

For sections like returns or yields.

Value
2