hardcoded_structure_handlers

hardcoded_structure_handlers#

Handles a hardcoded list of dataclass-like structures.

Classes

HardcodedStructureHandler

A handler for a specific hardcoded list of dataclass-like/enum-like types.

HasExplicitFields

Marks a type as having an explicit set of fields.

HasFieldsInClassAttr

Marks a type as having fields listed as a class attribute.

HasFieldsLikeInit

Marks a type as having fields based on the signature of __init__.

IsEnumLike

Marks a type as behaving like an enum.