.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.delayedresult .. highlight:: python .. _wx.lib.delayedresult.SenderNoWx: ========================================================================================================================================== |phoenix_title| **wx.lib.delayedresult.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| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class SenderNoWx:
| |super_classes| Known Superclasses ================================== :class:`wx.lib.delayedresult.Sender` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.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)`