Function IO Decorators (utilipy.decorators.func_io)

Reference/API

utilipy.decorators.func_io Module

Function Input and Output Decorators.

Functions

store_function_input([function, …])

Store Function Inputs.

add_folder_backslash([function, arguments, …])

Add backslashes to str arguments.

random_generator_from_seed([function, …])

Function decorator to convert random seed to random number generator.

dtypeDecoratorMaker(dtype)

Function to make a dtype decorator.