MCPcopy Create free account
hub / github.com/microsoft/TypeChat / Drawing

Class Drawing

python/examples/drawing/schema.py:78–83  ·  view source on GitHub ↗

A collection of graphical elements including boxes, ellipses, arrows, and unrecognized text.

Source from the content-addressed store, hash-verified

76
77@dataclass
78class Drawing:
79 """A collection of graphical elements including boxes, ellipses, arrows, and unrecognized text."""
80
81 type: Literal["Drawing"]
82
83 items: Annotated[list[Box | Arrow | Ellipse | UnknownText], Doc("List of drawable elements.")]

Callers 1

render.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…