ZIO
Python and C++ interface to ZeroMQ and Zyre
Public Member Functions | Public Attributes | List of all members
test_flowbroker.Factory Class Reference

Public Member Functions

def __init__ (self, address)
 
def __call__ (self, bot)
 
def stop (self)
 

Public Attributes

 handlers
 
 address
 
 ctx
 

Detailed Description

Definition at line 113 of file test_flowbroker.py.

Constructor & Destructor Documentation

◆ __init__()

def test_flowbroker.Factory.__init__ (   self,
  address 
)

Definition at line 114 of file test_flowbroker.py.

Member Function Documentation

◆ __call__()

def test_flowbroker.Factory.__call__ (   self,
  bot 
)

Definition at line 119 of file test_flowbroker.py.

◆ stop()

def test_flowbroker.Factory.stop (   self)

Definition at line 127 of file test_flowbroker.py.

Member Data Documentation

◆ address

test_flowbroker.Factory.address

Definition at line 116 of file test_flowbroker.py.

◆ ctx

test_flowbroker.Factory.ctx

Definition at line 117 of file test_flowbroker.py.

◆ handlers

test_flowbroker.Factory.handlers

Definition at line 115 of file test_flowbroker.py.


The documentation for this class was generated from the following file: