Skip to content

Improvements to render method selection #62

Open
@AnonymouX47

Description

@AnonymouX47

Required by #61

Render method support validation:

  • set_render_method()
    • force: bool = False
    • if not (force or self_or_cls_._is_supported(method)): raise StyleImageError: {method!r} render method is not supported in the current terminal.
    • _is_supported(method) should be cached

Metadata

Metadata

Assignees

No one assigned

    Labels

    commonRelated to the interface common to all render stylesimprovementImplementation of improvement to an existing featureplannedPlanned feature (should be removed as soon as implementation starts)

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions