class documentation

class _IntervalDifferentialIterator: (source)

Constructor: _IntervalDifferentialIterator(i, d)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __next__ Undocumented
Method addInterval Undocumented
Method removeInterval Undocumented
Instance Variable default Undocumented
Instance Variable intervals Undocumented
Instance Variable last Undocumented
def __init__(self, i, d): (source)

Undocumented

def __next__(self): (source)

Undocumented

def addInterval(self, i): (source)

Undocumented

def removeInterval(self, interval): (source)

Undocumented

Undocumented

intervals = (source)

Undocumented

Undocumented