|
ZIO
Python and C++ interface to ZeroMQ and Zyre
|
Public Member Functions | |
| def | __init__ (self, port, origin=42) |
| def | do_bot (self) |
| def | send_pay (self) |
| def | recv_pay (self, timeout=0) |
| def | send_dat (self) |
| def | recv_dat (self, timeout=-1) |
| def | eot (self, timeout=0) |
Public Attributes | |
| port | |
| origin | |
| credit | |
| direction | |
| count | |
| client_id | |
| poller | |
| is_sender | |
Definition at line 19 of file test_ugly.py.
| def test_ugly.SimpleServer.__init__ | ( | self, | |
| port, | |||
origin = 42 |
|||
| ) |
Definition at line 20 of file test_ugly.py.
| def test_ugly.SimpleServer.do_bot | ( | self | ) |
Definition at line 30 of file test_ugly.py.
| def test_ugly.SimpleServer.eot | ( | self, | |
timeout = 0 |
|||
| ) |
Definition at line 133 of file test_ugly.py.
| def test_ugly.SimpleServer.recv_dat | ( | self, | |
timeout = -1 |
|||
| ) |
Definition at line 113 of file test_ugly.py.
| def test_ugly.SimpleServer.recv_pay | ( | self, | |
timeout = 0 |
|||
| ) |
Definition at line 81 of file test_ugly.py.
| def test_ugly.SimpleServer.send_dat | ( | self | ) |
Definition at line 99 of file test_ugly.py.
| def test_ugly.SimpleServer.send_pay | ( | self | ) |
Definition at line 67 of file test_ugly.py.
| test_ugly.SimpleServer.client_id |
Definition at line 26 of file test_ugly.py.
| test_ugly.SimpleServer.count |
Definition at line 25 of file test_ugly.py.
| test_ugly.SimpleServer.credit |
Definition at line 23 of file test_ugly.py.
| test_ugly.SimpleServer.direction |
Definition at line 24 of file test_ugly.py.
| test_ugly.SimpleServer.is_sender |
Definition at line 48 of file test_ugly.py.
| test_ugly.SimpleServer.origin |
Definition at line 22 of file test_ugly.py.
| test_ugly.SimpleServer.poller |
Definition at line 27 of file test_ugly.py.
| test_ugly.SimpleServer.port |
Definition at line 21 of file test_ugly.py.
1.8.13