Decorators (utilipy.decorators)

Reference/API

utilipy.decorators Package

Decorators.

Functions

store_function_input([function, ...])

Store Function Inputs.

add_folder_backslash([function, arguments, ...])

Add backslashes to str arguments.

classy_decorator([decorator_function])

Convert decorated functions to classes.

dtypeDecoratorMaker(dtype)

Function to make a dtype decorator.

Classes

DecoratorBaseClass

alias of utilipy.decorators.baseclass.DecoratorBaseClass

dtypeDecorator([func, in_dtype, out_dtype])

Ensure arguments are type dtype.

intDecorator

alias of utilipy.decorators.func_io.dtypeDecoratorMaker.<locals>.dtypeDecorator

floatDecorator

alias of utilipy.decorators.func_io.dtypeDecoratorMaker.<locals>.dtypeDecorator

strDecorator

alias of utilipy.decorators.func_io.dtypeDecoratorMaker.<locals>.dtypeDecorator

boolDecorator

alias of utilipy.decorators.func_io.dtypeDecoratorMaker.<locals>.dtypeDecorator

ndarrayDecorator

alias of utilipy.decorators.func_io.dtypeDecoratorMaker.<locals>.dtypeDecorator

ndfloat64Decorator

alias of utilipy.decorators.func_io.dtypeDecoratorMaker.<locals>.dtypeDecorator

Class Inheritance Diagram

Inheritance diagram of utilipy.decorators.baseclass.kwargs, utilipy.decorators.func_io.dtypeDecorator, utilipy.decorators.func_io.dtypeDecorator, utilipy.decorators.func_io.dtypeDecorator, utilipy.decorators.func_io.dtypeDecorator, utilipy.decorators.func_io.dtypeDecorator, utilipy.decorators.func_io.dtypeDecorator, utilipy.decorators.func_io.dtypeDecorator

Submodules