[Twisted-Python] knowing which reactor is running

Jean-Paul Calderone exarkun at divmod.com
Mon Oct 23 14:12:41 EDT 2006


On Sat, 21 Oct 2006 12:11:29 +0200, Manlio Perillo <manlio_perillo at libero.it> wrote:
>In a test suite I need to know if the win32eventreactor is running.
>Any solution?

You generally shouldn't need this information.  Rather, you should rely
on the interfaces provided by the reactor you're using, and less commonly
the modules which you are able to import.

Jean-Paul




More information about the Twisted-Python mailing list