ZIO
Python and C++ interface to ZeroMQ and Zyre
|
Public Member Functions | |
def | __init__ (self, address) |
def | __call__ (self, bot) |
def | stop (self) |
Public Attributes | |
handlers | |
address | |
ctx | |
Definition at line 113 of file test_flowbroker.py.
def test_flowbroker.Factory.__init__ | ( | self, | |
address | |||
) |
Definition at line 114 of file test_flowbroker.py.
def test_flowbroker.Factory.__call__ | ( | self, | |
bot | |||
) |
Definition at line 119 of file test_flowbroker.py.
def test_flowbroker.Factory.stop | ( | self | ) |
Definition at line 127 of file test_flowbroker.py.
test_flowbroker.Factory.address |
Definition at line 116 of file test_flowbroker.py.
test_flowbroker.Factory.ctx |
Definition at line 117 of file test_flowbroker.py.
test_flowbroker.Factory.handlers |
Definition at line 115 of file test_flowbroker.py.