Generator#

class caf.toolkit.tqdm_utils.Generator#

Methods

__init__()

close()

Raise GeneratorExit inside generator.

send(value)

Send a value into the generator.

throw(typ[, val, tb])

Raise an exception in the generator.