builtin_structure_handler

builtin_structure_handler#

Handler for built-in collection types (lists, sets, dicts, etc).

Functions

build_field_children(node, path, ...[, ...])

Renders a set of fields/attributes into a list of comma-separated children.

handle_builtin_structures(node, path, ...)

Renders builtin structure types.

parse_color_and_pattern(requested_color, ...)

Parses a background color and pattern from a user-provided color request.

render_dataclass_constructor(node)

Renders the constructor for a dataclass, including the open parenthesis.