kittycad.models.annotation_line_end
Classes
|
Annotation line end type |
- class kittycad.models.annotation_line_end.AnnotationLineEnd(value)[source][source]
Annotation line end type
- __dict__ = mappingproxy({'_generate_next_value_': <function Enum._generate_next_value_>, '__module__': 'kittycad.models.annotation_line_end', '__doc__': 'Annotation line end type', '__str__': <function AnnotationLineEnd.__str__>, '__dict__': <attribute '__dict__' of 'AnnotationLineEnd' objects>, '__weakref__': <attribute '__weakref__' of 'AnnotationLineEnd' objects>, '_member_names_': ['NONE', 'ARROW'], '_member_map_': {'NONE': <AnnotationLineEnd.NONE: 'none'>, 'ARROW': <AnnotationLineEnd.ARROW: 'arrow'>}, '_member_type_': <class 'str'>, '_value2member_map_': {'none': <AnnotationLineEnd.NONE: 'none'>, 'arrow': <AnnotationLineEnd.ARROW: 'arrow'>}, 'NONE': <AnnotationLineEnd.NONE: 'none'>, 'ARROW': <AnnotationLineEnd.ARROW: 'arrow'>, '__repr__': <function Enum.__repr__>, '__format__': <function Enum.__format__>, '__new__': <function Enum.__new__>, '__annotations__': {}})[source]