njLabs/python_decorators
decorators are used to modify the behavious of a function or class without permanantly modify the function or class.
Python
decorators are used to modify the behavious of a function or class without permanantly modify the function or class.
Python