class documentation

class BackwardImageGeneratorModel(ImageGeneratorModel): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method get_text Undocumented
Method set_from_generator Undocumented
Instance Variable image_file Undocumented
Instance Variable script_file Undocumented

Inherited from ImageGeneratorModel:

Class Variable __signals__ Undocumented
Instance Variable attrib Undocumented
Instance Variable data Undocumented
Instance Variable generator Undocumented
Instance Variable notebook Undocumented
Instance Variable page Undocumented

Inherited from SignalEmitter (via ImageGeneratorModel):

Method __new__ Undocumented
Method block_signals Returns a context manager for blocking one or more signals
Method connect Register a handler for a specific object.
Method connect_after Like connect() but handler will be called after default handler
Method disconnect Undocumented
Method emit Undocumented
Method emit_return_first Emits a signal and stops emission on the first handler that returns a not-None value.
Method emit_return_iter Returns an generator that calls one handler on each iteration and yields the return values. This allows aggregating return values.
Method _connect Undocumented
Method _setup_signal Undocumented
Method _teardown_signal Undocumented
def __init__(self, notebook, page, generator, attrib, data, scriptname, imagefile_extension): (source)
def set_from_generator(self, text, image_file): (source)
image_file = (source)

Undocumented

script_file = (source)

Undocumented