pyrio.decorators
Submodules
Functions
|
Applies a function decorator to all callable methods |
|
Prevents operations on consumed streams and auto-closes after terminal operations |
|
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