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

Inheritance diagram for class SenderNoWx:

super_classes Known Superclasses

wx.lib.delayedresult.Sender


method_summary Methods Summary

__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.


Methods

__init__(self, consumer, jobID=None, args=(), kwargs={})

The consumer can be any callable of the form callable(result, *args, **kwargs)