IoTPy.encapsulation_functions.unzip package

Submodules

IoTPy.encapsulation_functions.unzip.assemble module

IoTPy.encapsulation_functions.unzip.assemble.assemble(params)[source]

Assembles unzip

Parameters:

params : dict

Dict of values

Returns:

agent

Agent for unzip

IoTPy.encapsulation_functions.unzip.make_part_from_unzip module

IoTPy.encapsulation_functions.unzip.make_part_from_unzip.f(v)[source]
IoTPy.encapsulation_functions.unzip.make_part_from_unzip.ff(v, arg_0)[source]
IoTPy.encapsulation_functions.unzip.make_part_from_unzip.g(v, state)[source]
IoTPy.encapsulation_functions.unzip.make_part_from_unzip.h(v, state, arg_0)[source]
IoTPy.encapsulation_functions.unzip.make_part_from_unzip.make_part_from_unzip(params)[source]

Makes a part from the unzip template given its arguments.

Parameters:

template_arguments: str

A JSON string that specifies the values of the parameters of the unzip template. The parameters are: in: a Stream out: list of Stream

Returns:

The part that was made.

Module contents