pyrio.decorators

Submodules

Functions

pre_call(function_decorator)

Applies a function decorator to all callable methods

handle_consumed(func)

Prevents operations on consumed streams and auto-closes after terminal operations

map_dict_items(func)

Converts Mapping arguments to DictItem generators

Package Contents

pyrio.decorators.pre_call(function_decorator)

Applies a function decorator to all callable methods

pyrio.decorators.handle_consumed(func)

Prevents operations on consumed streams and auto-closes after terminal operations

pyrio.decorators.map_dict_items(func)

Converts Mapping arguments to DictItem generators