type property
type property
The annotation type.
Definition:
@property
def type(self):
...
@type.setter
def type(self, value):
...
See Also
- class
AnnotationBase
The annotation type.
@property
def type(self):
...
@type.setter
def type(self, value):
...
AnnotationBase