qubx :: data_types :: Exclusion :: Class Exclusion
[hide private]
[frames] | no frames]

Class Exclusion

source code

object --+    
         |    
    SigIdl --+
             |
            Exclusion

Represents excluded and included regions as an idealization with class 0 and 1 resp.

Instance Methods [hide private]
 
__init__(self, sampling, segmentation)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
_onAddSeg(self, segm, f, l, start) source code
 
include(self, f, l) source code
 
exclude(self, f, l) source code
 
include_all(self) source code
 
exclude_all(self) source code

Inherited from SigIdl: set_sampling

Inherited from SigIdl (private): _onClearSegs

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables [hide private]
  OnChange
WeakEvent(Exclusion)

Inherited from SigIdl: idl, sampling, seg

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, sampling, segmentation)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

_onAddSeg(self, segm, f, l, start)

source code 
Overrides: SigIdl._onAddSeg