.. include:: headings.inc .. currentmodule:: lib.delayedresult .. highlight:: python .. _lib.delayedresult.SenderNoWx: ========================================================================================================================================== |phoenix_title| **SenderNoWx** ========================================================================================================================================== Sender that works without wx. The results are sent directly, ie the consumer will get them "in the worker thread". So it should only be used for testing. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **SenderNoWx** .. raw:: html

Inheritance diagram of SenderNoWx

| |super_classes| Known Superclasses ================================== :class:`lib.delayedresult.Sender` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.delayedresult.SenderNoWx.__init__` The consumer can be any callable of the form ================================================================================ ================================================================================ | |api| Class API =============== .. class:: SenderNoWx( Sender ) Sender that works without wx. The results are sent directly, ie the consumer will get them "in the worker thread". So it should only be used for testing. .. method:: __init__(self, consumer, jobID=None, args=(), kwargs={}) The consumer can be any callable of the form `callable(result, *args, **kwargs)`