typehints
ModuleSource
Extra typehints used by this project.
Typehints
| Member | Type | |
|---|---|---|
| AnnoMark | TypedDict | The mark property in the annotation item. |
| AnnoItem | TypedDict | Annotation item. |
| Annotations | TypedDict | The collection of annotations. |
| AnnoStyle | TypedDict | The css-styles of the annotation marker (box). |
| DashSelectOptionItem | TypedDict | The option item of a Dash selectable component. |
| Size | TypedDict | The requirement of the minimal annotation size. |
| Scale | TypedDict | The initial image scale. |
| NSAnnoItem | TypedDict | The type of a not sanitized annotation item. |
| NSAnnotations | TypedDict | The type of a not sanitized annotation collection. |
Functions
| Member | |
|---|---|
| is_sequence_of | Check whether data is Sequence[T], where T is specified by validator. |
| is_anno_mark | Implementation of isinstance(data, AnnoMark). |
| is_anno_item | Implementation of isinstance(data, AnnoItem). |
| is_annotations | Implementation of isinstance(data, Annotations). |
| is_dash_select_option_item | Implementation of isinstance(data, DashSelectOptionItem). |