Skip to main content

typehints

ModuleSource

Extra typehints used by this project.

Typehints

MemberType
Description
AnnoMarkTypedDictThe mark property in the annotation item.
AnnoItemTypedDictAnnotation item.
AnnotationsTypedDictThe collection of annotations.
AnnoStyleTypedDictThe css-styles of the annotation marker (box).
DashSelectOptionItemTypedDictThe option item of a Dash selectable component.
SizeTypedDictThe requirement of the minimal annotation size.
NSAnnoItemTypedDictThe type of a not sanitized annotation item.
NSAnnotationsTypedDictThe type of a not sanitized annotation collection.

Functions

Member
Description
is_sequence_ofCheck whether data is Sequence[T], where T is specified by validator.
is_anno_markImplementation of isinstance(data, AnnoMark).
is_anno_itemImplementation of isinstance(data, AnnoItem).
is_annotationsImplementation of isinstance(data, Annotations).
is_dash_select_option_itemImplementation of isinstance(data, DashSelectOptionItem).