|
ZIO
Python and C++ interface to ZeroMQ and Zyre
|
Public Member Functions | |
| def | __init__ (self, nickname, headers) |
| def | __del__ (self) |
| def | stop (self) |
| def | poll (self, timeout=0) |
| def | drain (self) |
| def | matchnick (self, nick) |
| def | waitfor (self, nickname, timeout=-1) |
| def | party (self, nicks, timeout=-1) |
Public Attributes | |
| zyre | |
| peers | |
| poller | |
Peer at the network to discover others and advertise self. This is equivalent to C++ zio::Peer and is a wrapper around Pyre, the Python Zyre.
| def zio.peer.Peer.__init__ | ( | self, | |
| nickname, | |||
| headers | |||
| ) |
| def zio.peer.Peer.drain | ( | self | ) |
| def zio.peer.Peer.matchnick | ( | self, | |
| nick | |||
| ) |
| def zio.peer.Peer.party | ( | self, | |
| nicks, | |||
timeout = -1 |
|||
| ) |
| def zio.peer.Peer.poll | ( | self, | |
timeout = 0 |
|||
| ) |
| def zio.peer.Peer.stop | ( | self | ) |
| def zio.peer.Peer.waitfor | ( | self, | |
| nickname, | |||
timeout = -1 |
|||
| ) |
1.8.13