ZIO
Python and C++ interface to ZeroMQ and Zyre
|
Classes | |
class | Factory |
Functions | |
def | client_actor (ctx, pipe, address) |
def | dumper (ctx, pipe, bot, address) |
def | test_dumper () |
Variables | |
level | |
format | |
datefmt | |
log = logging.getLogger("zio") | |
def test_flowbroker.client_actor | ( | ctx, | |
pipe, | |||
address | |||
) |
Definition at line 18 of file test_flowbroker.py.
def test_flowbroker.dumper | ( | ctx, | |
pipe, | |||
bot, | |||
address | |||
) |
A dump handler which may be used as an actor talking to a broker's botport. Parameters ---------- bot : zio.Message Our initiating BOT message address : string A ZeroMQ address string for a bound broker SERVER socket
Definition at line 47 of file test_flowbroker.py.
def test_flowbroker.test_dumper | ( | ) |
Definition at line 132 of file test_flowbroker.py.
test_flowbroker.datefmt |
Definition at line 5 of file test_flowbroker.py.
test_flowbroker.format |
Definition at line 4 of file test_flowbroker.py.
test_flowbroker.level |
Definition at line 3 of file test_flowbroker.py.
test_flowbroker.log = logging.getLogger("zio") |
Definition at line 6 of file test_flowbroker.py.