ZIO
Python and C++ interface to ZeroMQ and Zyre
Functions
zio.flow.util Namespace Reference

Functions

def objectify (morl)
 
def stringify (flowtype, params)
 
def switch_direction (fobj)
 
def message_to_dict (msg)
 

Function Documentation

◆ message_to_dict()

def zio.flow.util.message_to_dict (   msg)
Return a simple dictionary of message header info.

Definition at line 44 of file util.py.

◆ objectify()

def zio.flow.util.objectify (   morl)
Return a flow object.

The morl may be a zio.Message or a zio.Message.label

See also zio.Message.label_object

Definition at line 5 of file util.py.

◆ stringify()

def zio.flow.util.stringify (   flowtype,
  params 
)
Return a flow label string of given flow type and any extra
parameters.

Definition at line 21 of file util.py.

◆ switch_direction()

def zio.flow.util.switch_direction (   fobj)

Definition at line 31 of file util.py.