Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 459 Bytes

decorator.rst

File metadata and controls

29 lines (18 loc) · 459 Bytes

Decorators

Decorators can be used to validate functions.

Decorator Usage <../usage/Decorator/index>

Example

The following example ensures all function args are a positive int or a positive float.

Features

dec_feature/*

Decorator Index