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

SIGNIFICANT

name

value

NONE = <Label.NONE: 0>
SIGNIFICANT = <Label.SIGNIFICANT: 1>
__eq__(self: object, other: object) bool
__getstate__(self: object) int
__hash__(self: object) int
__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'
__ne__(self: object, other: object) bool
__repr__(self: object) str
__setstate__(self: csc.layers.layer.Label, state: int) None
__str__()

name(self: handle) -> str

property name
property value