pyrio.decorators ================ .. py:module:: pyrio.decorators Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/pyrio/decorators/handler/index /autoapi/pyrio/decorators/mapper/index Functions --------- .. autoapisummary:: pyrio.decorators.pre_call pyrio.decorators.handle_consumed pyrio.decorators.map_dict_items Package Contents ---------------- .. py:function:: pre_call(function_decorator) Applies a function decorator to all callable methods .. py:function:: handle_consumed(func) Prevents operations on consumed streams and auto-closes after terminal operations .. py:function:: map_dict_items(func) Converts Mapping arguments to DictItem generators