flowstab.helpers ================ .. py:module:: flowstab.helpers .. autoapi-nested-parse:: Unsorted collection of simple helper functions Functions --------- .. autoapisummary:: flowstab.helpers.include_doc_from flowstab.helpers.inverted_iterator Module Contents --------------- .. py:function:: include_doc_from(cls) Decorator to include the docstring from a specified class. .. py:function:: inverted_iterator(iterator) Create an inverted iterator