csc.layers.layer.Label¶
- class csc.layers.layer.Label¶
Layer Frame Label enumerable
NONE = 0, SIGNIFICANT = 1,
Members:
NONE
SIGNIFICANT
- __init__(self: csc.layers.layer.Label, value: int) None ¶
Methods
__init__
(self, value)Attributes
- NONE = <Label.NONE: 0>¶
- SIGNIFICANT = <Label.SIGNIFICANT: 1>¶
- __index__(self: csc.layers.layer.Label) int ¶
- __init__(self: csc.layers.layer.Label, value: int) None ¶
- __int__(self: csc.layers.layer.Label) int ¶
- __members__ = {'NONE': <Label.NONE: 0>, 'SIGNIFICANT': <Label.SIGNIFICANT: 1>}¶
- __module__ = 'csc.layers.layer'¶
- __setstate__(self: csc.layers.layer.Label, state: int) None ¶
- __str__()¶
name(self: handle) -> str
- property name¶
- property value¶