euporie.core.widgets.tree

Define a tree-view widget.

Classes

FormattedTextControl([text, style, ...])

Control that displays formatted text.

JsonView(data[, title, expanded])

A JSON-view container.

MouseButton(*values)

MouseEvent(position, event_type, button, ...)

Mouse event, sent to UIControl.mouse_handler.

MouseEventType(*values)

Window(*args, **kwargs)

Container that holds a control.

partial(func, /, *args, **keywords)

Create a new function with partial application of the given arguments and keywords.

class euporie.core.widgets.tree.JsonView(data: Any, title: str | None = None, expanded: bool = False)

Bases: object

A JSON-view container.