Functional Programming ====================== ``extepy`` provides APIs for argument reorganizing and execution. ------------------ Function Execution ------------------ .. autofunction:: extepy.call -------------------- Reorganize Arguments -------------------- ``extepy`` provides APIs for refactoring arguments of callable functions. They can be used as decorators of functions. .. autofunction:: extepy.pack .. autofunction:: extepy.unpack -------------------- Function Composition -------------------- .. autofunction:: extepy.repeat .. autofunction:: extepy.skewer