Generator#

class caf.mat.omx.Generator#

Bases: Iterator

Methods

close()

Raise GeneratorExit inside generator.

send(value)

Send a value into the generator.

throw(typ[, val, tb])

Raise an exception in the generator.